README.md 1.1 KB

USAGE

$ cd ~/workspace
$ ./iapt-platform/mint/docker/jammy/start.sh
> cd /workspace/iapt-platform/mint
> cd coconut

> apt update
> apt install libverto-dev libpq-dev

# debug mode
> xmake f -m debug
# release mode for x86_64
> xmake f -p linux --toolchain=clang -a x86_64 -m release
# release mode for aarch64
> xmake f -p linux --toolchain=clang -a arm64-v8a -m release

# build
> xmake
> tree build

Documents