SYNOPSIS
- appcompile [OPTION ...]
DESCRIPTION
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).
AUTHOR
This manual page was written by Matthias Klumpp <[email protected]>.
COPYRIGHT
Copyright © 2009-2012 Matthias Klumpp