How to install nEMU on Linux.
====================================

1. Get sources

% git clone https://github.com/nemuTUI/nemu

2. Run cmake in the top source directory and build the project

% cd nemu
% mkdir build && cd build
% cmake ../
% make

3. Become root by running "su" or another program

% make install

Edit build parametrs
====================

Executable and lang files directory prefix (default: "/usr")
  - % cmake -DUSR_PREFIX=/usr/local/ .
