Difference between revisions of "Installation:lua prerequisites"
From PrometheusIPN Wiki
Line 6: | Line 6: | ||
==== MySQLoo ==== | ==== MySQLoo ==== | ||
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here] | The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here: | Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here: |
Revision as of 15:59, 24 May 2017
Installing prerequisites for Prometheus' lua portion
Install the web files first
You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.
MySQLoo
The MySQLoo 9 module from here
Download HERE for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:
You need to create the lua/bin folder manually if you do not already have it.
tMySQL
Download this for Windows or this for Linux and put it in garrysmod/garrysmod/lua/bin
You need to create the lua/bin folder manually if you do not already have it.
Done Continue with the lua files installation