Created
January 28, 2014 16:31
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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