From cf7c6a2fd2ebf313348fc93267139025bcff76f7 Mon Sep 17 00:00:00 2001 From: CharlesThobe Date: Tue, 4 Jan 2022 05:57:49 +0200 Subject: [PATCH] edit readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.