mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
Create README.md
This commit is contained in:
parent
717180eef9
commit
383e1178f1
18
README.md
Normal file
18
README.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user