Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Dec 3, 2022
1 parent 5016933 commit 7503a8a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7503a8a

Please sign in to comment.