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

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