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

1. Get sources

% git clone https://bitbucket.org/PascalRD/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 (defailt: "/usr")
  - % cmake -DUSR_PREFIX=/usr/local/ .


Debian and Ubuntu packages (thanks to Sergey E. (SmartFinn)):

Source: https://build.opensuse.org/package/show/home:SmartFinn:nEMU/nemu
Packages: https://software.opensuse.org/download.html?project=home:SmartFinn:nEMU&package=nemu
