diff options
Diffstat (limited to 'graphics/mangohud/README')
-rw-r--r-- | graphics/mangohud/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/mangohud/README b/graphics/mangohud/README index 744dab131595b..e9caaf0449b2c 100644 --- a/graphics/mangohud/README +++ b/graphics/mangohud/README @@ -10,3 +10,12 @@ Vulkan-Headers. Since Slackware ships with vulkan-sdk, we enable system headers by default. To disable this feature and restore default behavior, pass SYSVULKAN=disabled to the build script. + +This SlackBuild defaults to building mangoapp as well. To +disable this behavior, pass MANGOAPP=false to the build +script. This removes the dependency on glfw3 and +nlohmann_json's include.zip + +If you would like multilib support, pass COMPAT32=yes to +the build script. Please note that this only adds 32bit +support for mangohud, NOT mangoapp. |