diff --git a/README.md b/README.md index 2298614..c4a33ec 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Learning AI for NWN2 \ No newline at end of file +# Learning AI for NWN2 + + + +# Building + +- Clone the repository +- `git submodule init` to fetch required libraries +- Open `grapevine\Grapevine\Grapevine.csproj` with visual studio and build the project +- Open `nwn2_ai_onmoduleload\nwn2_ai_onmoduleload.csproj` with visual studio and build the project +- Copy `nwn2_ai_onmoduleload\bin\Debug\nwn2_ai_onmoduleload.ncs` to NWN2 module \ No newline at end of file