Skip to content

Use autotools to build - #6

Open
Cilyan wants to merge 2 commits into
bAndie91:masterfrom
Cilyan:master
Open

Use autotools to build#6
Cilyan wants to merge 2 commits into
bAndie91:masterfrom
Cilyan:master

Conversation

@Cilyan

@Cilyan Cilyan commented Jul 14, 2020

Copy link
Copy Markdown

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 <gaknar@gmail.com>
@bAndie91

Copy link
Copy Markdown
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