mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
update readme
This commit is contained in:
parent
e8d34143cb
commit
e8daa0b8ee
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue