Skip to content

andrewmackrodt/chdman

 
 

Repository files navigation

chdman standalone

Can be built on Termux.

This repository is a fork of MAME

for real contributors to the chdman utility, please visit their repository.

Compilation

Install dependencies

apt update && apt dist-upgrade -y
apt install build-essential git cmake ninja

Note

On Debian/Ubuntu, the Ninja package is called ninja-build instead of ninja.

Build chdman

git clone https://github.com/CharlesThobe/chdman.git
cd chdman
cmake -B build -G Ninja
cmake --build build

The chdman binary will be in the build/ directory.

Install 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • Scala 2.7%
  • C 1.3%
  • Objective-C++ 0.9%
  • SuperCollider 0.4%
  • Objective-C 0.1%
  • Other 0.3%