Difference between revisions of "Installation:lua prerequisites"

From PrometheusIPN Wiki
Jump to: navigation, search
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/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/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:

Bin.png

You need to create the lua/bin folder manually if you do not already have it.

tMySQL

Link to tMySQL

Download this for Windows or this for Linux and put it in garrysmod/garrysmod/lua/bin

Bin.png

You need to create the lua/bin folder manually if you do not already have it.


Done Continue with the lua files installation