From 383e1178f1314d6e0c29e56d7ba60e84a0b15655 Mon Sep 17 00:00:00 2001 From: CharlesThobe Date: Thu, 16 Dec 2021 20:37:21 +0200 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b105fe --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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.