Author

Topic: How to compile latest Litecoin release? (0.10.2.2) (Read 1109 times)

legendary
Activity: 1596
Merit: 1000
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!
Jump to: