...
Code Block | ||
---|---|---|
| ||
$ git clone https://github.com/openjdk/skara $ git config --global include.path "$PWD/skara/skara.gitconfig" |
The If you are running on an x64 system using Linux, Macos or Windows, the Skara tooling will bootstrap itself the first time you use any of the Skara commands. For other platforms you will need to explicitly provide a JDK 14 or later and run the build directly:
Code Block | ||
---|---|---|
| ||
$ JAVA_HOME=/path/to/jdk-14/or/later bash gradlew |
To check that everything works run git skara help
:
...
The update command pull eventual updates and rebuild the tooling if necessary. Note: if your computer is behind a HTTP(S) proxy, ensure that you have set the HTTPS_PROXY
environment variable correctly.
If you are using system other than Linux, Macos, or Windows x64, you need to provide a JDK 14 or later and run the build directly as described above after using git to update the Skara repository.
Personal Access Token
Some of the Skara tools requires a personal access token (PAT) to authenticate against an external Git source code hosting provider's API. A personal access token is a like a password that has limited capabilities, it can only be used to successfully authenticate and perform certain limited actions. The following Skara tools requires a personal access token:
...