diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-17 05:07:10 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-17 05:07:10 +0100 |
commit | 00286a5db286e21a766b6af057052dc5d17561ad (patch) | |
tree | 7232dadf6dc3570705c3104fe0c000f480c7a0ee /INSTALL | |
download | acritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.zip acritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.tar.gz |
Initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Basic Installation +================== + + AcritoxInstaller uses the cmake build system. The simple instructions for +building acritoxinstaller are these commands: + + mkdir ../acritoxinstaller-build && cd ../acritoxinstaller-build + cmake ../acritoxinstaller + make + make install + + Some components of acritoxinstaller may have dependencies. If these +are not met when the 'cmake' command is run, those components will not be +built. The output of 'cmake' should make it clear what these dependencies are +and how to meet them. + + Arguments can be given to cmake similar to those given to a traditional +configure script, like the install prefix. See 'cmake --help-full' for more +information. For example, 'configure --prefix=/usr/lib' translates to +'cmake -DCMAKE_INSTALL_PREFIX=/usr/lib'. |