Skip to content

Conversation

@Cilyan
Copy link

@Cilyan Cilyan commented Jul 14, 2020

Ease the distribution of the library by using standard tools for configuration and build.

Using autotools makes it easy to streamline the distribution process and provides a familiar toolset to tweak the library to the desired installation organization (prefix, packaging, staging area, ...).

I feel this library could gain in visibility as it is very handy when manipulating userland virtual machines, like for example with Vagrant.

Cilyan added 2 commits July 14, 2020 23:40
Use autoconf, automake and libtool to ease building and installation for
distribution.

If you clone the git repository, initialize with "autoreconf --install".

To install:

	./configure
	make
	make install

To package:

	make dist

Signed-off-by: Cilyan Olowen <[email protected]>
@bAndie91
Copy link
Owner

hi @Cilyan , i'm happy to introduce build automation. unfortunately i dont know this tool enough. i've added you as collaborator. feel free to add improvement.

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.

2 participants