Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 185 Bytes

INSTALLATIONS.md

File metadata and controls

10 lines (8 loc) · 185 Bytes

What you need is Boost and nCurses library and follow these steps :

  1. Go to inside the nXORE folder
  2. mkdir bin
  3. cd bin
  4. cmake ..
  5. make
  6. ./nXORE

you can also use cmake-gui.