Post
Topic
Board Altcoin Discussion
Re: [ANNOUNCE] New Solidcoin Client Fully Open-Source!
by
wolftaur
on 05/09/2011, 08:48:01 UTC
USE_UPNP= make -f ../build/makefile.unix solidcoin

Just to clarify: That is USE_UPNP= and then a space. You are specifically setting a temporary shell variable 'USE_UPNP' to blank, then running the make command with that setting. Realized right after I posted that that you might try to correct the "typo" if you're not actually used to building software and have never seen shell variables used to control a build script before. Smiley