-
Checkout the repository:
git clone https://github.com/codereport/jsource.git -
Build jconsole:
Prerequisites:
* CMake version 3.17.0+ -> Ubuntu systems seem to have a problem getting the latest version, please build from sources or use another package such as snap. * Ninjacd jsourcemkdir build && cmake -G "Ninja Multi-Config" -B buildninja -C buildorninja -C build -f build-Release.ninjaif you are building for release.To run the debug build:
./build/jsrc/Debug/jconsoleTo run the release build:
./build/jsrc/Release/jconsoleTo run tests:
ninja -C build test