Difference between revisions of "Installation:lua prerequisites"
Newjorciks (talk | contribs) (→MySQLoo) |
|||
Line 2: | Line 2: | ||
Install the [[Installation:website|web files]] first | Install the [[Installation:website|web files]] first | ||
− | You need to install either tMySQL or MySQLoo. We recommend | + | You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well. |
+ | ==== MySQLoo ==== | ||
+ | The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here] | ||
+ | |||
+ | Download [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/windows/libmysql.dll?raw=true this for windows] or [https://github.com/syl0r/MySQLOO/raw/master/MySQL/lib/linux/libmysqlclient.so.18?raw=true this for linux] and put it here: | ||
+ | ''(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes here)'' | ||
− | + | [[File:Libmysql.png]] | |
− | |||
− | Download [https://github.com/ | + | 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: |
[[File:Bin.png]] | [[File:Bin.png]] | ||
Line 16: | Line 20: | ||
You need to create the lua/bin folder manually if you do not already have it. | You need to create the lua/bin folder manually if you do not already have it. | ||
− | ==== | + | ==== tMySQL ==== |
− | |||
− | + | [http://facepunch.com/showthread.php?t=1442438 Link to tMySQL] | |
− | + | Download [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_win32.dll this for Windows] or [https://github.com/bkacjios/gm_tmysql4/releases/download/R1.02/gmsv_tmysql4_linux.dll this for Linux] and put it in ''garrysmod/garrysmod/lua/bin'' | |
− | |||
− | |||
− | |||
− | |||
− | |||
[[File:Bin.png]] | [[File:Bin.png]] |
Revision as of 15:45, 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 this for windows or this for linux and put it here:
(The image shows libMySQL.dll which is for windows, but if you're on linux libmysqlclient.so.18 goes 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