This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:centos [02/07/2015 19:10] ppk |
guides:centos [13/04/2017 16:47] ppk 0.5.2.2 |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Compile on CentOS ====== | ====== Compile on CentOS ====== | ||
- | This guide was tested on clean installation of CentOS GNU/Linux 5.8, 6.3 and 7 (1503).\\ | + | This guide was tested on clean installation of [[http://www.centos.org|CentOS]] |
Everything is done from command line, that means everything can be done over ssh on remote server.\\ | Everything is done from command line, that means everything can be done over ssh on remote server.\\ | ||
\\ | \\ | ||
In my case was only base system installed, that means after startup and login i was already in command line and working directory was my home directory.\\ | In my case was only base system installed, that means after startup and login i was already in command line and working directory was my home directory.\\ | ||
+ | For database support you need database development files for database that will be used.\\ | ||
If you are not in command line then you need to go here some way (ie if gnome is installed then open terminal). | If you are not in command line then you need to go here some way (ie if gnome is installed then open terminal). | ||
==== 1. Prerequisites. ==== | ==== 1. Prerequisites. ==== | ||
For PtokaX compile you need **make** (tool controlling executable generation from sources), **g++** (c++ compiler), **zlib** (compression library used to save hub badwith) and **Lua** (programming language used for scripting).\\ | For PtokaX compile you need **make** (tool controlling executable generation from sources), **g++** (c++ compiler), **zlib** (compression library used to save hub badwith) and **Lua** (programming language used for scripting).\\ | ||
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**\\ In my case was installed but to be sure you can run: **yum install make gcc-c++ zlib-devel** | + | * **a. Make, g++, zlib, Lua**\\ In my case was installed but to be sure you can run: **yum install make gcc-c++ zlib-devel lua-devel** |
- | * **b. Lua**\\ When you have CentOS 7 then you can install | + | * **b. Database support (optional)**\\ When you want **PostgreSQL** |
==== 2. Downloading source and compile. ==== | ==== 2. Downloading source and compile. ==== | ||
- | * **a. PtokaX source**\\ Download it with command: **curl -O** < | + | * **a. PtokaX source**\\ Download it with command: **curl -O** < |
* **b. PtokaX compile**\\ | * **b. PtokaX compile**\\ | ||
- | | + | |
- | | + | |
- | | + | * **PtokaX with SQLite database support**\\ Compile PtokaX with command: **make -f makefile-sqlite centos** |
+ | | ||
==== 3. Setup and run. ==== | ==== 3. Setup and run. ==== | ||
* **a. **[[guides: | * **a. **[[guides: | ||
- | * **b. **[[guides: | + | * **b. **[[guides: |
+ | * **c. **[[guides: | ||