Comment 0 for bug 932224

Revision history for this message
Matthew Markell (markellmtthw) wrote :

These apps need a README or INSTALL file that details how to compile and install them from source. These files should loosely follow this format:

Dependencies
------------
 - libsomething-3.0-dev
 - libsomethingelse-3.0-dev
 - libthis
 - libthat-dev

Testing and installation
------------------------
$ mkdir build
$ cd build/
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install
$ ./appname