You can get the latest version of Ikonli directly from Bintray’s JCenter repository or Maven Central.
Refer to the guide for further information on configuration and usage.
You must meet the following requirements:
-
JDK11 as a minimum
-
Gradle 6.0
You may use the included gradle wrapper script if you don’t have gradle
installed.
Adapt these instructions to Windows settings if running on Windows.
-
Download Gradle from https://gradle.org/downloads
-
Unzip the file into a directory without spaces (recommended).
-
Create a GRADLE_HOME environment variable that points to this directory.
-
Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\bin on Windows).
-
Test your setup by invoking
gradle --version
.
-
Follow the instructions found at https://sdkman.io/ to install SDKMAN.
-
You need a POSIX environment if running Windows. We recommend using Babun Shell (https://babun.github.io/)
-
Once SDKMAN is installed invoke
sdk install gradle 6.3
. -
Test your setup by invoking
gradle --version
.
Gum is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It’s smart enough to use the gradle wrapper if available or your global gradle command. This is an optional download.
-
Follow the instructions found at https://github.com/kordamp/gm to install gum
Make a full build issuing gm build
.
Run the sampler JavaFX application by invoking the following command
$ gm :sampler-javafx:run
Run the sampler Swing application by invoking the following command
$ gm :sampler-swing:run
Run the Ikonli Browser application by invoking the following command
$ gm :ikonli-browser:run