chdman/README.md
2022-01-05 08:45:24 +02:00

344 B

chdman standalone

can be built on termux

installing building tools.

apt update && apt dist-upgrade -y
apt install build-essential git ninja

Building

git clone https://github.com/CharlesThobe/chdman.git
cd chdman
mkdir build && cd build
cmake -G Ninja .. && ninja

the chdman binary will be in the build directory.