|
|
1 anno fa | |
|---|---|---|
| .. | ||
| include | 1 anno fa | |
| src | 1 anno fa | |
| .gitignore | 1 anno fa | |
| README.md | 1 anno fa | |
| xmake.lua | 1 anno fa | |
$ 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