Run Example Applcation
How to Run JWM Example Applcation

Prerequisites
First of all, download and install these dependencies below.
- Shared: Git, CMake(3.11+), Ninja, C++ compiler, JDK 11+, $JAVA_HOME, Python 3
- Windows 10: Microsoft Visual C++ (MSVC), x64 Native Tools Command Prompt for VS.
- Ubuntu 20.04: libxcomposite-dev libxrandr-dev libgl1-mesa-dev libxi-dev libxcursor-dev
Clone repository
git clone git@github.com:humbleui/jwm.git
cd jwm
Run dashboard example app without building:
./script/run.py --jwm-version <version>
Or build from source and run
./script/run.py
Run native-image example app:
todo
other commands
build from source
./script build
clean build
./script clean