PtokaX wiki

Hub (server) for Direct Connect

User Tools

Site Tools


guides:haiku

Differences

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

Link to this comparison view

Next revision
Previous revision
guides:haiku [24/12/2012 03:33]
ppk created
guides:haiku [13/04/2017 16:50] (current)
ppk 0.5.2.2
Line 1: Line 1:
 ====== Compile on Haiku ====== ====== Compile on Haiku ======
-This guide was tested on clean installation of Haiku R1/Alpha 4.1.\\+This guide was tested on clean installation of [[http://www.haiku-os.org|Haiku]] R1/Alpha 4.1.\\
 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.\\
 +**Important note: Because of Haiku limitations is PtokaX compiled without password hashing feature. When you have Registered Users with hashed password, then they can't be used on Haiku!**
 ==== 1. Prerequisites. ==== ==== 1. Prerequisites. ====
 For PtokaX compile you need **Lua** (programming language used for scripting).\\ For PtokaX compile you need **Lua** (programming language used for scripting).\\
Line 7: Line 8:
   * **a. Lua**\\ Install it with command: **installoptionalpackage -a lua**   * **a. Lua**\\ Install it with command: **installoptionalpackage -a lua**
 ==== 2. Downloading source and compile. ==== ==== 2. Downloading source and compile. ====
-  * **a. PtokaX source**\\ Download it with command: **wget** <html><b>hhttp://www.czdc.org/PtokaX/0.5.0.0-nix-src.tgz</b></html>\\ Unpack downloaded archive with command: **tar -xf 0.5.0.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.2.2-nix-src.tgz</b></html>\\ Unpack downloaded archive with command: **tar -xf 0.5.2.2-nix-src.tgz**\\ Now we have in actual directory new directory PtokaX. Go to that directory with command: **cd PtokaX** 
-  * **b. TinyXml source**\\ TinyXml is library used by PtokaX for reading and writing xml files.\\ Download TinyXml with command: **wget** <html><b>http://downloads.sourceforge.net/project/tinyxml/tinyxml/2.6.2/tinyxml_2_6_2.tar.gz</b></html>\\ Unpack downloaded archive with command: **tar -xf tinyxml_2_6_2.tar.gz** +  * **b. PtokaX compile**\\ Compile PtokaX with command: **make haiku**
-  * **c. TinyXml compile**\\ Go to TinyXml directory with command: **cd tinyxml**\\ Compile TinyXml with command: **make**\\ Return back to PtokaX directory with command: **cd ..** +
-  * **d. PtokaX compile**\\ Compile PtokaX with command: **make haiku**+
  
 ==== 3. Setup and run. ==== ==== 3. Setup and run. ====
guides/haiku.1356320027.txt.gz · Last modified: 24/12/2012 03:33 by ppk