How to build
Prerequisites⚓︎
- Git
- JDK 11
Building from GitHub⚓︎
-
Clone the project.
If you want to build a release from source codes, set a
tag name
by usinggit clone -b [tag_name] ...
while cloning.OR1 2
git clone --recurse-submodules https://github.com/sourceplusplus/live-platform cd live-platform/
1 2 3 4
git clone https://github.com/sourceplusplus/live-platform cd live-platform/ git submodule init git submodule update
-
Assemble the project.
1
./gradlew -p platform assemble
Last update:
May 19, 2022