Build instructions in README
This commit is contained in:
parent
80784df851
commit
c947fd5f1f
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1 +1,11 @@
|
|||
# Learning AI for NWN2
|
||||
# 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
|
Loading…
Add table
Reference in a new issue