Changeset 129 for trunk/README

Show
Ignore:
Timestamp:
11/18/09 04:40:30 (2 years ago)
Author:
mercyful
Message:

$ Build 438/Sql Alpha
+ Removed all SQLite Code and References.
+ Updated the SQL Wrapper, and all Automake files to now link in and also Detect MySql? in the configure scripts.
+ Added detection for OpenSSL, not in use yet, but will add encryption for passwords.

and anything else of intertest once everything is moved over to the SQL Backend.

This is still an interm develop update release, the MySql? backend
is still a WIP, and the Husky SMAPI Library will be removed shortly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r128 r129  
    11/=/==================================================================================================== 
    22 
    3 Enthral BBS - 11/17/2009 Build 437/SQ Alpha. 
     3Enthral BBS - 11/18/2009 Build 438/SQ Alpha. 
    44 
    55Interm Release, This release or code sync is just to get the code in development up to date 
     
    1010Extra Release Notes. 
    1111############################################################## 
    12 Extra Release Notes, this temp version currently is linking SQLite, if you get any problems 
    13 compiling this source, make sure you have the sqlite3 lib, this will be removed soon though 
    14 as we've changed to MySQL. 
     12Extra Release Notes, this temp version currently is linking MySql, if you get any problems 
     13compiling this source, make sure you have the Mysql installed, the software is now moving 
     14away from the Husky SAMPI (JAM Message Format) to a MySql Database. 
    1515 
    1616 
     
    2323scripts that will update and compile your current Enthral install via 
    2424the svn. 
     25 
     26Basic Installation - PreREQ and small overview. 
     27================== 
     28 
     29You can run the install.pl script to install and compile the source in your current 
     30Directoy. 
     31 
     32Or you can manally run. 
     33 
     34$ ./autogen.sh       (detects OS and Platform and generates configure script) 
     35$ ./configure        (run the configure script to setup make files) 
     36$ gmake              (gmake or make is fine) 
     37 
     38Some dependencies exists, you should have Autotools installed beore running either method. 
     39Some distro's don't have much installed, so you should check and verify the follow are 
     40installed before trying to compile. 
     41 
     42g++ compiler        (c++ compiler) 
     43libc                (standard library for c/c++) 
     44sed                 (needed for scripts) 
     45wget                (downloads programs from the web) 
     46automake            (Development tools for ccompiling source code) 
     47libtools            (Used with automake to detect compiling settings) 
     48Husky SMAPI Lib,    (Install.pl will download and attempt to compile it) 
     49xinetd / telnetd    (Used for Answering and Handeling Telnet Connections) 
     50mysql Database/Libs (New - Now Required, still WIP) 
     51 
     52 
     53python              (optional) 
     54perl                (optional) 
     55OpenSSL             (Optional) 
     56 
     57I believe i have everything here, although it's easy to miss something accross different 
     58linux/bsd/osx distro's.  If i have, please let me know so we can keep track and make 
     59getting everything setup easier on everyone. 
     60 
     61MySQL instructions will be coming soon once it's more intergrated and used in the system. 
    2562 
    2663/=/==================================================================================================== 
     
    3572 
    3673You need to have perl installed on your system to use the install script. 
     74Along with the PreREQ's mentioned above. 
    3775 
    3876/=/==================================================================================================== 
     
    164202Netsurge, Esc, and even pook who have also setup the bbs for testing. 
    165203 
    166  
     204-=+[Team Enthral]+=- 
    167205Mike  -Mercyful Fate 
    168206Frank -Netsurge