view INSTALL.md @ 22:b20cb768f2fb

Make .hgignore more precise
author David Demelier <markand@malikania.fr>
date Mon, 04 Dec 2017 14:18:23 +0100
parents a8462a503697
children 0706d01e073f
line wrap: on
line source

PROJECT NAME INSTALL
====================

Installation instructions.

Requirements
------------

  - [Library](http://example.org), Short description,
  - [Tool](http://example.org), Short description,

Optional:

  - [Library](http://example.org), Short recommandation,

Basic installation
------------------

Quick install.

    $ tar xvzf PROJECT NAME-x.y.z-tar.xz
    $ cd PROJECT NAME-x.y.z
    $ mkdir _build_
    $ cd _build_
    $ cmake .. -DCMAKE_BUILD_TYPE=Release
    $ make
    # sudo make install