|
Revision 129, 1.4 kB
(checked in by mercyful, 3 years ago)
|
|
$ 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.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | Basic Installation |
|---|
| 2 | ================== |
|---|
| 3 | |
|---|
| 4 | You can run the install.pl script to install and compile the source in your current |
|---|
| 5 | Directoy. |
|---|
| 6 | |
|---|
| 7 | Or you can manally run. |
|---|
| 8 | |
|---|
| 9 | $ ./autogen.sh (detects OS and Platform and generates configure script) |
|---|
| 10 | $ ./configure (run the configure script to setup make files) |
|---|
| 11 | $ gmake (gmake or make is fine) |
|---|
| 12 | |
|---|
| 13 | Some dependencies exists, you should have Autotools installed beore running either method. |
|---|
| 14 | Some distro's don't have much installed, so you should check and verify the follow are |
|---|
| 15 | installed before trying to compile. |
|---|
| 16 | |
|---|
| 17 | g++ compiler (c++ compiler) |
|---|
| 18 | libc (standard library for c/c++) |
|---|
| 19 | sed (needed for scripts) |
|---|
| 20 | wget (downloads programs from the web) |
|---|
| 21 | automake (Development tools for ccompiling source code) |
|---|
| 22 | libtools (Used with automake to detect compiling settings) |
|---|
| 23 | Husky SMAPI Lib, (Install.pl will download and attempt to compile it) |
|---|
| 24 | xinetd / telnetd (Used for Answering and Handeling Telnet Connections) |
|---|
| 25 | mysql Database/Libs (New - Now Required, still WIP) |
|---|
| 26 | |
|---|
| 27 | python (optional) |
|---|
| 28 | perl (optional) |
|---|
| 29 | OpenSSL (Optional) |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | I believe i have everything here, although it's easy to miss something accross different |
|---|
| 33 | linux/bsd/osx distro's. If i have, please let me know so we can keep track and make |
|---|
| 34 | getting everything setup easier on everyone. |
|---|
| 35 | |
|---|