...
Info |
---|
Building from source is optional. Users who do not want to make changes to the source code can simply install Developer Studio. |
Checking out the source
Anchor | ||||
---|---|---|---|---|
|
...
- Make sure the build server has an active Internet connection to download dependencies while building.
- Install Maven and JDK. For compatible versions, see Installation Prerequisites.
- Set the environment variable
MAVEN_OPTS=”-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m
” to avoid the MavenOutOfMemoryError.
...