3
I am trying to compile litecoind on Ubuntu 15.04 and I stuck here:
/litecoin/src$ make -f makefile.unix USE_UPNP=-
make: makefile.unix: No such file or directory
make: *** No rule to make target 'makefile.unix'. Stop.
I found some a little bit different ways to compile litecoind, but every time I have problems with "makefile.unix". Can someone help me?
What difference does it make if I don't do
make install? Why is it optional? – rineez – 2017-12-17T16:42:43.580You might not want the binaries to be anywhere but the build directory. – Anonymous – 2017-12-18T03:23:42.430
is that a reply for my comment above? – rineez – 2018-01-09T07:48:14.870
1Yes. You don’t need to make install because that moves the binaries, which you might not want. – Anonymous – 2018-01-10T01:46:32.517