mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
edit readme
This commit is contained in:
parent
64883c012c
commit
cf7c6a2fd2
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
# chdman standalone
|
# chdman standalone
|
||||||
can be built on termux
|
can be built on termux
|
||||||
|
|
||||||
### installing building tools.
|
### Installing building tools.
|
||||||
```
|
```
|
||||||
apt update && apt dist-upgrade -y
|
apt update && apt dist-upgrade -y
|
||||||
apt install build-essential git ninja
|
apt install build-essential git ninja
|
||||||
@ -17,4 +17,10 @@ cmake -G Ninja .. && ninja
|
|||||||
|
|
||||||
the `chdman` binary will be in the build directory.
|
the `chdman` binary will be in the build directory.
|
||||||
|
|
||||||
Note: You can copy the "CMakeLists.txt" and "src/osd/modules/lib/osd_getenv.cpp" over the MAME source tree and it will build.
|
### Installing on termux
|
||||||
|
after you compile run:
|
||||||
|
```
|
||||||
|
cp chdman ~/../usr/bin/.
|
||||||
|
```
|
||||||
|
|
||||||
|
Note: You can copy `CMakeLists.txt`, `cmake_subdirs/`, `src/version.cpp` and `src/osd/modules/lib/osd_getenv.cpp` over the MAME source tree and it will build.
|
||||||
|
Loading…
Reference in New Issue
Block a user