chdman/README.md

19 lines
321 B
Markdown
Raw Normal View History

2021-12-16 18:37:21 +00:00
# chdman standalone
can be built on termux
### installing building tools.
```
apt update
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.