Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 488 Bytes

File metadata and controls

21 lines (17 loc) · 488 Bytes

deep_platform

High-performance C++ development framework with a Java Look and Feel

Required packages

sudo apt-get install g++
sudo apt-get install cmake
sudo apt-get install maven
sudo apt-get install zlib1g-dev
sudo apt-get install openjdk-8-jdk

1st initialize maven

cd ${ROOT}/build/maven
mvn clean install

2nd build source

cd ${ROOT}
mvn clean install -Dmaven.test.skip=true

3rd execute tests

cd ${ROOT}/PLATFORM
mvn test