Arken is a industrial platform for web development (and others) of extremely fast and scalable
To follow the development roadmap: https://trello.com/b/27ccvQuw/arken-dev
- download qt version in http://download.qt.io/official_releases/qt/
- example: http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run
- chmod u+x qt-opensource-linux-x64-5.7.1.run
- ./qt-opensource-linux-x64-5.7.1.run
- install in /opt/Qt/5.7.1
- add PATH var, ex PATH=/opt/Qt5.7.1/5.7/gcc_64/:$PATH
- apt-get install libnotify-dev
- execute bootstrap script
- bootstrap/debian.jit.sh
- bootstrap/debian.lua.sh
- bootstrap/windows.jit.sh
- bootstrap/macos.lua.sh
- mkdir build
- cd build
- cmake ..
- make -j4 (4 is number of cores)