|
|
1 рік тому | |
|---|---|---|
| .. | ||
| include | 1 рік тому | |
| src | 1 рік тому | |
| .gitignore | 1 рік тому | |
| README.md | 1 рік тому | |
| xmake.lua | 1 рік тому | |
$ cd ~/workspace
$ ./iapt-platform/mint/docker/jammy/start.sh
# install dependencies
> add-apt-repository ppa:xmake-io/xmake
> apt install xmake libpq-dev
> cd /workspace/iapt-platform/mint
> cd coconut
# Debug
> xmake --root f -m debug
# Release for x86_64
> xmake f --root -p linux --toolchain=clang -a x86_64 -m release
# Release for aarch64
> xmake --root f -p linux --toolchain=clang -a arm64-v8a -m release
> xmake --root
> tree build