From e8daa0b8ee8b77a1176bafbfb730ed9d4515f83b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 13 Jun 2024 17:04:57 -0500 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2eca5e5b0..e0feaffa9 100644 --- a/README.md +++ b/README.md @@ -260,11 +260,13 @@ Available options: | Name | Default | Description | | :--: | :-----: | ----------- | | `BUILD_GUI` | `ON` | Build the tracker (disable to build only a headless player) | +| `WITH_LOCALE` | `ON` | Enable language support | | `USE_RTMIDI` | `ON` | Build with MIDI support using RtMidi | | `USE_SDL2` | `ON` | Build with SDL2 (required to build with GUI) | | `USE_SNDFILE` | `ON` | Build with libsndfile (required in order to work with audio files) | | `USE_BACKWARD` | `ON` | Use backward-cpp to print a backtrace on crash/abort | | `USE_FREETYPE` | `OFF` | Build with FreeType support | +| `USE_MOMO` | auto\*\*\* | Build a libintl implementation instead of using the system one | | `WITH_JACK` | auto\* | Whether to build with JACK support. Auto-detects if JACK is available | | `WITH_PORTAUDIO` | `ON` | Whether to build with PortAudio. | | `SYSTEM_FFTW` | `OFF` | Use a system-installed version of FFTW instead of the vendored one | @@ -287,6 +289,8 @@ Available options: (\*\*) but consider enabling this & reporting any errors that arise from it! +(\*\*\*) enabled by default if building with MSVC, or macOS, or Android + ## CMake Error if it says something about a missing subdirectory in `extern`, then either: