PtokaX wiki

Hub (server) for Direct Connect

User Tools

Site Tools


guides:debian_bugbuntu_mysql_maria

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
guides:debian_bugbuntu_mysql_maria [01/07/2015 14:46] – created ppkguides:debian_bugbuntu_mysql_maria [02/07/2015 16:52] ppk
Line 9: Line 9:
 They can be installed using package manager **(Note: to install packages using package manager you need root permissions)**. They can be installed using package manager **(Note: to install packages using package manager you need root permissions)**.
   * **a. Make, g++, zlib, tinyxml**\\ Install them with command: **apt-get install make g++ zlib1g-dev libtinyxml-dev**   * **a. Make, g++, zlib, tinyxml**\\ Install them with command: **apt-get install make g++ zlib1g-dev libtinyxml-dev**
-  * **b. Lua**\\ When you want Lua 5.then install it with command: **apt-get install liblua5.1-dev**\\ When you want Lua 5.then install it with command: **apt-get install liblua5.2-dev**+  * **b. Lua**\\ When you want Lua 5.then install it with command: **apt-get install liblua5.2-dev**\\ When you want Lua 5.then install it with command: **apt-get install liblua5.1-dev**
   * **c. Database interface**\\ When you want MySQL then install it with command: **apt-get install libmysqlclient-dev**\\ When you want MariaDB then install it with command: **apt-get install libmariadb-client-lgpl-dev-compat**   * **c. Database interface**\\ When you want MySQL then install it with command: **apt-get install libmysqlclient-dev**\\ When you want MariaDB then install it with command: **apt-get install libmariadb-client-lgpl-dev-compat**
 ==== 2. Downloading source and compile. ==== ==== 2. Downloading source and compile. ====
   * **a. PtokaX source**\\ Download it with command: **wget** <html><b>http://www.PtokaX.org/files/0.5.1.0-nix-src.tgz</b></html>\\ Unpack downloaded archive with command: **tar -xf 0.5.1.0-nix-src.tgz**\\ Now we have in actual directory new directory PtokaX. Go to that directory with command: **cd PtokaX**   * **a. PtokaX source**\\ Download it with command: **wget** <html><b>http://www.PtokaX.org/files/0.5.1.0-nix-src.tgz</b></html>\\ Unpack downloaded archive with command: **tar -xf 0.5.1.0-nix-src.tgz**\\ Now we have in actual directory new directory PtokaX. Go to that directory with command: **cd PtokaX**
-  * **b. PtokaX compile**\\ When you have Lua 5.then compile PtokaX with command: **make -f makefile-mysql**\\ When you have Lua 5.then compile PtokaX with command: **make -f makefile-mysql lua52**+  * **b. PtokaX compile**\\ When you have Lua 5.then compile PtokaX with command: **make -f makefile-mysql lua52**\\ When you have Lua 5.then compile PtokaX with command: **make -f makefile-mysql**
 ==== 3. Setup and run. ==== ==== 3. Setup and run. ====
   * **a. **[[guides:unix_mysql_maria_basic_setup|Basic setup with MySQL or MariaDB.]]   * **a. **[[guides:unix_mysql_maria_basic_setup|Basic setup with MySQL or MariaDB.]]
   * **b. **[[guides:unix_run|How to run as console application or daemon.]]   * **b. **[[guides:unix_run|How to run as console application or daemon.]]