From c947fd5f1fd4f5aa5f859dbb192074e494556f12 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Tue, 14 Apr 2015 00:31:44 +0200 Subject: [PATCH] Build instructions in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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