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

Documentation for building #666

Closed
eldiener opened this issue Jul 22, 2018 · 1 comment
Closed

Documentation for building #666

eldiener opened this issue Jul 22, 2018 · 1 comment

Comments

@eldiener
Copy link

Is it really asking too much that there by at least one file in the repository which explains how to build
util-linux and/or how to build only certain portions of util-linux if that is possible ? I probably want to use only libblkid and libfdisk. I assume ./autogen.sh, ./configure, and make, but how hard is it to explain the build process and its options ?

@karelzak
Copy link
Collaborator

karelzak commented Jul 24, 2018

https://github.com/karelzak/util-linux/blob/master/Documentation/howto-compilation.txt

$ ./configure --help
...
  --disable-all-programs  disable everything, might be overridden by  --enable-<name>

it means:

$ ./configure --disable-all-programs --enable-libblkid --enable-libfdisk --enable-libuuid

I'll add note about --disable-all-programs to the howto.

karelzak added a commit that referenced this issue Jul 24, 2018
Addresses: #666
Signed-off-by: Karel Zak <kzak@redhat.com>
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