Jeremy Zheng 63f9d3733b :bug: fix build on jammy hai 1 ano
..
include 63f9d3733b :bug: fix build on jammy hai 1 ano
src 63f9d3733b :bug: fix build on jammy hai 1 ano
.gitignore 715cc543d3 :tada: create coconut project hai 1 ano
README.md 63f9d3733b :bug: fix build on jammy hai 1 ano
xmake.lua 63f9d3733b :bug: fix build on jammy hai 1 ano

README.md

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