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

Provide build instructions #286

Open
frainz-de opened this issue May 27, 2021 · 4 comments
Open

Provide build instructions #286

frainz-de opened this issue May 27, 2021 · 4 comments

Comments

@frainz-de
Copy link

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:

# sh autogen.sh
# sh configure
# make
# make install
@chengyechun
Copy link

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.

@thom311
Copy link
Owner

thom311 commented Mar 14, 2022

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 :)

@txtsd
Copy link

txtsd commented Sep 6, 2023

Is there a possibility of compiling this with CMake instead of autotools?

@thom311
Copy link
Owner

thom311 commented Sep 6, 2023

Is there a possibility of compiling this with CMake instead of autotools?

I don't think so.

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

4 participants