Provided by: listaller-devtools_0.5.8-2_amd64 bug

NAME

       appcompile - Compile software automatically

SYNOPSIS

       appcompile [OPTION ...]

DESCRIPTION

       This manual page documents briefly the appcompile command.

       appcompile automatically compiles applications from source code. It will detect the build
       system (cmake, automake, ...) and then perform the necessary steps to generate the binary.
       appcompile can be used together with libuild, the Listaller build tool, to compile
       applications easily.

OPTIONS

       -s, --sourcedir=DIRECTORY
           Path to source of the application which should be compiled.

       -o, --target_dir=DIRECTORY
           Path where the resulting binaries should be installed to.

       --strip
           Strip debug information from resulting binaries.

       --version
           Display version number of appcompile

       --verbose
           Turn on verbose mode (this can be used for debugging).

SEE ALSO

       lipkgen (1), depscan (1).

       Additional documentation can be found on http://listaller.tenstral.net.

AUTHOR

       This manual page was written by Matthias Klumpp <matthias@tenstral.net>.

COPYRIGHT

       Copyright © 2009-2012 Matthias Klumpp