Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct makefile #220

Open
wants to merge 2 commits into
base: namecoinq
Choose a base branch
from
Open

Conversation

BitHighlander
Copy link

Most coins have a makefile.unix, Namecoin does not, Do not recycle the build docs without documenting the wierd changes you make!

Most coins have a makefile.unix, Namecoin does not, Do not recycle the build docs without documenting the wierd changes you make!
@josephbisch
Copy link
Member

Thanks for doing this! Hopefully a Namecoin dev comes along soon to take a look at this.

That file as a whole is quite incorrect. For one, Qt is the framework being used instead of wxWidgets.

Focusing specifically on the part you corrected, there are still some issues or possible optimizations (make expects the makefile to be named Makefile by default, so you don't need to specify the name in that case). I have made some more fixes. I suggest you update your pull request with them.

make # Namecoin with Qt GUI
make namecoind # Headless namecoin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants