Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 517 Bytes

Build.md

File metadata and controls

18 lines (16 loc) · 517 Bytes

How to build SQLite server

Require OracleJDK or openJDK 7+, Apache Maven 3.6.1+, and modern OS such as CentOS 6.x/7.x, macOS 10.13.x, or Windows 8.1 above. First we must set the JAVA_HOME environment variable, then add MAVEN_HOME/bin append to PATH.

Build on CentOS 7

tar -xzvf ./sqlited-x.y.z.tar.gz
cd sqlite-server-sqlited-x.y.z
chmod +x bin/*.sh
./bin/build.sh clean test jar

Build on Windows 8.1

cd sqlite-server-sqlited-x.y.z
.\bin\build.bat clean test jar