From 7503a8adcffa8c01b07c444638a92838d01dbec4 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sat, 3 Dec 2022 11:57:35 -0600 Subject: [PATCH] README --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a258b64..eb879fc 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,5 @@ xmake project -k vsxmake > ***Note:*** *This will generate a `vsxmakeXXXX/` directory in the **project's root directory** using the latest version of Visual Studio installed on the system.* -## Dependency Options -Some dependencies, like `commonlibsse-ng`, provide options to customize various features: - -### `commonlibsse-ng` -| Option | Type | Description | Default | -| :---: | :---: | :---: | :---: | -| skyrim_se | bool | Enable runtime support for Skyrim SE | true | -| skyrim_ae | bool | Enable runtime support for Skyrim AE | true | -| skyrim_vr | bool | Enable runtime support for Skyrim VR | true | -| skse_xbyak | bool | Enable trampoline support for Xbyak | false | - -Example ( `xmake.lua` ) -```lua -add_requires("commonlibsse-ng", { configs = { skyrim_vr = false, skse_xbyak = true }}) -``` +## Documentation +Please refer to the [Wiki](../../wiki/Home) for more advanced topics.