24 lines (16 with data), 637 Bytes
# 2015 Copyright Félicien PILLOT <felicien.pillot@member.fsf.org>
# Look at COPYING for license details
# Fisoco
Preparing files :
$ ./bootstrap -g # generate Autoconf/Automake files
Build :
$ ./configure \ # Generate Makefiles
[--prefix=$PREFIX] \ # Define where the package will be installed
[--disable-nls] (...) \ # Disable translations (french)
[--enable-maintainer-mode]
$ make # Compile code
Install :
% make install # Install fisoco in $PREFIX
$ make clean # Remove files related to build
$ make distclean # Come back to distribution
$ ./bootstrap -c # Clean all derivated files