-
Notifications
You must be signed in to change notification settings - Fork 311
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
Provide build instructions #286
Comments
You can run the rpmbuild -bp command to add the current patch, run the ./configure command in the libnl3 directory, and then run the make command to execute the test case and run the make check command. The automake version must be 1.16.1. |
yes, this should be explained in a README. For what it's worth, this is the common procedure how to build autotools based software. If you are familar with that, it should not be new. Yes, I know that's not helpful to say, if you are not familiar with it :) |
Is there a possibility of compiling this with CMake instead of autotools? |
I don't think so. |
Real developers probably don't need this. However, it would be nice for beginners to have the required commands for building libnl on the website or in a readme. Maybe like this:
Building:
The text was updated successfully, but these errors were encountered: