Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 417 Bytes

Readme.markdown

File metadata and controls

19 lines (14 loc) · 417 Bytes

KIPR's Instructional Software System

Building this software is very simple. Make sure you have the following pieces of software installed:

  • CMake >2.6
  • GCC
  • Qt 4.7 Dev
  • QScintilla 2 Dev

Once those are set, run the following commands:

mkdir -p build
cd build
cmake ..
make
make install

You should now have KISS ready to go in the deploy/ directory.