"Fossies" - the Fresh Open Source Software Archive

Member "shake-1.0/INSTALL" (15 Nov 2014, 187 Bytes) of package /linux/privat/shake-1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 To build shake, go into the build directory
    2  cd build/
    3 run cmake from there, he might tell you that you need libattr1-dev
    4  cmake ..
    5 if everything is fine, you can now run
    6  make install
    7 .