You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,26 @@ II. Become a mod-friendly platform with the additional modding possibilities tha
25
25
- Intuitive conventions for renamed BG:EE files and modders resources that can be used for adopting existing mods.
26
26
- Limited support for mods installed on BG:EE previous to installing EET on BG2:EE.
27
27
28
+
## Requirements for Linux and Macos Users
29
+
30
+
- A recent version of weidu (anything newer than v248, will do fine) on your path, you likely already have this if you have install mods before. If not here is a short example on how to add weidu to your path:
31
+
```bash
32
+
export PATH="${PATH}:<path to weidu>"
33
+
```
34
+
where `<path to weidu>` is the folder containing your weidu binary, If you do not have weidu locally you can fetch it from github.
35
+
36
+
- A recent version of Lua (bundled for windws is 5.3 Lua), your package manager's version should work as should homebrew/macports for macos. You can check the version of Lua you have on your path with, the following:
0 commit comments