edit readme

This commit is contained in:
CharlesThobe 2022-01-04 05:57:49 +02:00
parent 64883c012c
commit cf7c6a2fd2

View File

@ -1,7 +1,7 @@
# chdman standalone
can be built on termux
### installing building tools.
### Installing building tools.
```
apt update && apt dist-upgrade -y
apt install build-essential git ninja
@ -17,4 +17,10 @@ cmake -G Ninja .. && ninja
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.