view INSTALL.md @ 31:5ea2876ac37a

Relax usage of structs
author David Demelier <markand@malikania.fr>
date Thu, 12 Jul 2018 09:01:40 +0200
parents 0706d01e073f
children
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