Compilation environment requirements: Must be JDK8 or above, both Oracle/Sun and OpenJDK are supported.
Install Maven environment yourself, version 3.5.4 or above is recommended. Or you can directly use the maven-wrapper in the source code.
-
Method 1: Obtain the source code of the project from the github repository https://github.com/CloudOrc/SolidUI.
-
Method 2: Download and download the source package of the required version from https://github.com/CloudOrc/SolidUI/releases.
cd solidui-x.x.x-src
# Compile
mvn clean -N install
mvn clean install -Dmaven.test.skip=true
cd solidui-x.x.x-src
# Compile
mvn clean -N install
mvn clean install -Dmaven.test.skip=true -Prelease