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

switch to waf buildsystem #6

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

switch to waf buildsystem #6

wants to merge 12 commits into from

Conversation

iioflow
Copy link
Contributor

@iioflow iioflow commented May 22, 2011

forget all that destdir and makefile cruft. unneeded. i wrote a waf buildsystem and it works like clockwork. much easier to install and maintain the code, and i updated the README with the new install instructions:

./waf configure
./waf
./waf install

configure takes the standard --prefix=/foo for installing to someplace besides /usr/local, if desired. artfwo helped me on a couple of the finer points of the wscript after my initial solo coding process, which is why i made several small changes starting at id#7337524. he reviewed and vetted my python shtuff and found no further issues, hence the pullreq at.last

@iioflow
Copy link
Contributor Author

iioflow commented May 27, 2011

updated with new pull req. basically, forget makefile crap. see original request/description.

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.

1 participant