Skip to content

arken-dev/arken

Repository files navigation

ARKEN CORE

Arken is a industrial platform for web development (and others) of extremely fast and scalable

Arken image

ROADMAP

To follow the development roadmap: https://trello.com/b/27ccvQuw/arken-dev

http://arken.dev

BUILD

Qt (install qt lib 5.6 or later and add PATH var)

bootstrap (add libraries and install lua lib/include in deps directory)

  • execute bootstrap script
  • bootstrap/debian.jit.sh
  • bootstrap/debian.lua.sh
  • bootstrap/windows.jit.sh
  • bootstrap/macos.lua.sh

cmake (build arken platform)

  • mkdir build
  • cd build
  • cmake ..
  • make -j4 (4 is number of cores)