mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 17:55:31 +00:00
Entirely removed native presets.
The native presets did not build anymore due to refactorings, cause other build issues on Windows (e.g. require linking to psapi.lib) and would need a complete makeover anyway.
This commit is contained in:
committed by
Kai Blaschke
parent
98b10f5ec6
commit
d97feb22f6
10
BUILDING.md
10
BUILDING.md
@ -316,16 +316,6 @@ LLVM (https://github.com/projectM-visualizer/projectm/pull/360).
|
||||
|
||||
Made up of everything in `src/libprojectM/Renderer`. These files compose the `libRenderer` sub-library.
|
||||
|
||||
#### Native Presets
|
||||
|
||||
These are not built by default.
|
||||
|
||||
Native presets are visualizations that are implemented in C++ instead of `.milk` preset files. They are completely
|
||||
optional. Milkdrop presets are also technically optional but the whole thing is basically useless without them.
|
||||
|
||||
If you don't want native presets, and you probably don't, don't bother with them. To enable loading and building these
|
||||
presets, add `-DENABLE_NATIVE_PRESETS=ON` to the CMake configuration command.
|
||||
|
||||
### Assets
|
||||
|
||||
`libprojectM` can either have a configuration hard-coded or load from a configuration file. It's up to each application
|
||||
|
||||
Reference in New Issue
Block a user