diff --git a/README.md b/README.md index 9916545..d406a92 100644 --- a/README.md +++ b/README.md @@ -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.