Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Prelude on June 20, 2015, 05:49:27 PM



Title: How to compile latest Litecoin release? (0.10.2.2)
Post by: Prelude on June 20, 2015, 05:49:27 PM
Seems makefile.unix is no longer a thing, how do we compile the latest version in ubuntu?

Code:
cd
git clone https://github.com/litecoin-project/litecoin.git
cd litecoin/src
make -f makefile.unix USE_UPNP=-


Results in:

make: *** No rule to make target `makefile.unix'.  Stop.


Using ls, I've realized that makefile.unix no longer exists. There is Makefile.am, Makefile.qt.include, Makefile.qttest.include, and Makefile.test.include but I can't figure out how to use them.

Please help!


Title: Re: How to compile latest Litecoin release? (0.10.2.2)
Post by: Prelude on June 21, 2015, 12:24:10 AM
Here's how: https://github.com/litecoin-project/litecoin/blob/master-0.10/doc/build-unix.md