Skip to content

Instantly share code, notes, and snippets.

@me-vlad
Created January 28, 2014 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save me-vlad/8671110 to your computer and use it in GitHub Desktop.
Save me-vlad/8671110 to your computer and use it in GitHub Desktop.
dogecoin 1.5.0 fedora 20 build workaround - https://github.com/dogecoin/dogecoin/issues/69
github issue: https://github.com/dogecoin/dogecoin/issues/69
quick and dirty workaround:
wget https://github.com/dogecoin/dogecoin/archive/v1.5.0.tar.gz -O dogecoin-1.5.0.tar.gz
tar xfz dogecoin-1.5.0.tar.gz
cd dogecoin-1.5.0
wget http://www.openssl.org/source/openssl-1.0.0l.tar.gz
tar xfz openssl-1.0.0l.tar.gz
cd openssl-1.0.0l
./config && make
cd ..
# https://gist.github.com/me-vlad/8670899
wget https://gist.github.com/me-vlad/8670899/raw/645e815c0a067d371406b0802149f94ba6709459/dogecoin-qt.pro_1.5.0-fedora20.patch
patch < dogecoin-qt.pro_1.5.0-fedora20.patch
qmake-qt4 USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1 USE_DBUS=1
make USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1 USE_DBUS=1
strip dogecoin-qt
--
such [DOGE] tip: DP9KXgY47RyhvMbPfN83UnU3esHjzy228M
[LTC] Tip Jar: LXuzJ8uxGUMPbmSUWhw7nqammJp95YGShB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment