Go to file
2022-01-05 08:45:24 +02:00
3rdparty adding missing 3rd party and includes 2022-01-05 08:45:22 +02:00
cmake_subdirs Use only needed functions from osdlib 2022-01-05 08:45:24 +02:00
src Cleanup 2022-01-05 08:45:24 +02:00
.gitignore CMake building done, SDL still links dynamically 2022-01-05 08:45:23 +02:00
CMakeLists.txt Get the version from the CMake file 2022-01-05 08:45:24 +02:00
README.md Edit README 2022-01-05 08:45:24 +02:00
update_tree.sh Add bash script for updating the source tree 2022-01-05 08:45:24 +02:00

chdman standalone

can be built on termux

installing building tools.

apt update && apt dist-upgrade -y
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.

Note: You can copy the "CMakeLists.txt" and "src/osd/modules/lib/osd_getenv.cpp" over the MAME source tree and it will build.