Skip to content

Commit 8086cb2

Browse files
committed
Added message & compiler binary link
1 parent 2bb8677 commit 8086cb2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Compiler installation :
44

5+
6+
### Using prepared binaries
7+
- Download and extract [NWNScriptCompiler package](https://github.com/CromFr/STNeverwinterScript/releases/download/1.0/NWNScriptCompiler.zip) in:
8+
- **Windows**: C:\Program Files (x86)\
9+
- **Linux**: /opt/
10+
11+
12+
### Using custom binaries
13+
514
- Download the AdvancedScriptCompiler (http://nwvault.ign.com/View.php?view=nwn2plugins.Detail&id=99) and extract the standalone compiler at
615
- **Windows**: C:\Program Files (x86)\NWNScriptCompiler\
716
- **Linux**: /opt/NWNScriptCompiler/

messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "README.md",
3+
}

0 commit comments

Comments
 (0)