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

Enumerate libnoise as a dependancy #15

Open
AI221 opened this issue Oct 28, 2019 · 2 comments
Open

Enumerate libnoise as a dependancy #15

AI221 opened this issue Oct 28, 2019 · 2 comments

Comments

@AI221
Copy link

AI221 commented Oct 28, 2019

Libnoise should be enumerated as a dependency.

Additionally, on Ubuntu 19.04, libnoise is at libnoise/noise.h instead of noise/noise.h

Anyway, good luck on your project!

@weigert
Copy link
Owner

weigert commented Oct 28, 2019

Thanks! Definitely forgot that. I have added the dependency in the listing. Any idea on how to use compiler directives to check for the Ubuntu version? If not, I'll add a note.

@AI221
Copy link
Author

AI221 commented Oct 28, 2019

Well, I suppose you could just -I/usr/include/libnoise as well as -I/usr/include/noise and then just #include <noise.h>

You might want to look into using CMake to manage the building process instead. I also notice that you can't do multi-core building. (e.g. make -j4 )

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

No branches or pull requests

2 participants