diff options
author | Sven Gothel <[email protected]> | 2021-01-25 23:51:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 23:51:25 +0100 |
commit | 3dd2fa5035720dfe612b94a8e560a1d4f89347b0 (patch) | |
tree | 6ba32218a26c60571a0aa8f1846f7ca8cd632faa | |
parent | 64dfdf204e6dd08047aad46b165796cf7ccffd38 (diff) |
Bump README.mdv0.2.21
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -36,9 +36,11 @@ Building Binaries It is advised to include this library into your main project, e.g. as a git-submodule. -Then add *jaulib/include/* to your include-path and also add the source files +Then add *jaulib/include/* to your C++ include-path and also add the C++ source files under *jaulib/src/* into your build recipe. +The produced Java libraries are fully functional. + This library's build recipe are functional though, but currently only intended to support unit testing and to produce a Doxygen API doc. @@ -49,7 +51,7 @@ Installing build dependencies on Debian (10 or 11): apt install git apt install build-essential g++ gcc libc-dev libpthread-stubs0-dev apt install libunwind8 libunwind-dev -apt install openjdk-11-jdk openjdk-11-jre +apt install openjdk-11-jdk openjdk-11-jre junit4 apt install cmake cmake-extras extra-cmake-modules apt install doxygen graphviz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |