diff options
author | Mathis Rosenhauer <rosenhauer@dkrz.de> | 2017-07-14 11:39:00 +0200 |
---|---|---|
committer | Mathis Rosenhauer <rosenhauer@dkrz.de> | 2017-07-17 09:40:33 +0200 |
commit | 359f2b4cb978441ac4c26547ab6c29289037f8ec (patch) | |
tree | afdf509cdfb893bf0afb6a2b9b2dfc5351df34d2 /INSTALL | |
parent | c910e9bbb628c2eda10403255b6c7dac45e36e66 (diff) | |
download | libaec-359f2b4cb978441ac4c26547ab6c29289037f8ec.tar.gz libaec-359f2b4cb978441ac4c26547ab6c29289037f8ec.tar.bz2 libaec-359f2b4cb978441ac4c26547ab6c29289037f8ec.zip |
Add rudimentary man page for aec
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Unpack the tar archive and change into the unpacked directory. mkdir build cd build - cmake .. # CMAKE_INSTALL_PREFIX=~/.local + cmake .. make install You can set options for compiling using the CMake GUI by replacing the cmake |