diff options
author | 2024-02-27 09:51:47 -0700 | |
---|---|---|
committer | 2024-02-27 11:51:47 -0500 | |
commit | 1f9c92a4ccb138e60ed1b88ab5bb78a87961745b (patch) | |
tree | b6c39bf6bce71c967f0cb476d34d7eab30b40c1f /docs/source/initialsetup | |
parent | 12129e0f93a96302f359b4a9ee6ba36c2b123fd1 (diff) |
docs: Document building only the tools. (#12065)
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 51c8d408fd8..f458f34af08 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -559,6 +559,9 @@ Optional features TOOLS Set to **1** to build additional tools along with the emulator, including **unidasm**, **chdman**, **romcmp**, and **srcclean**. +EMULATOR + Set to **0** along with **TOOLS=1** to build *only* the tools and not the + main MAME emulator itself. NO_OPENGL Set to **1** to disable building the OpenGL video output module. NO_USE_PORTAUDIO |