Changeset 115 for trunk/README

Show
Ignore:
Timestamp:
06/04/09 00:40:13 (3 years ago)
Author:
frank
Message:

Various fixes to the Installation instructions and an update to the OS X ChangeLog?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r92 r115  
    1 /=/==================================================================================================== 
    2  
    31Enthral BBS - 05/27/2009 Build 426 Alpha. 
    42 
    5 /=/==================================================================================================== 
    63There are two ways to install Enthral.  The manual way (which some people 
    74enjoy since they get a kick out of having full control) and the automated 
     
    129the svn. 
    1310 
    14 /=/==================================================================================================== 
    1511Auto Install. 
    1612 
     
    2016system do everything for you, all you need to do is run the following: 
    2117 
    22 ./install.pl 
     18 $ ./install.pl 
    2319 
    2420You need to have perl installed on your system to use the install script. 
    2521 
    26 /=/==================================================================================================== 
    2722Manual Install. 
    2823 
     
    3227You can get the source through svn thanks to Netsurge. 
    3328 
    34  $ svn --username svn co http://svn.enthralbbs.com /your/path/enthral 
     29 $ svn --username svn co http://svn.enthralbbs.com/source /your/path/enthral 
    3530 
    3631If it asks for a password just hit ENTER or leave it blank. 
     32 
     33Building SMAPI 
    3734 
    3835Before you can compile you need the Husky SMAPI lib, this is for jam message 
    3936support. 
    4037 
    41 You can get the latest 2.4 RC5 from here: 
     38You can get the latest 2.4 RC5 from here:  
    4239http://sourceforge.net/projects/husky/ 
    4340 
     
    4946copy this to the src directory for enthral and your all set. 
    5047 
    51 After smapi is all set and compiles cleanly: 
     48Building Enthral 
    5249 
    5350You have to edit the config.ini file located in the ini folder.  Here you will 
     
    5653 
    5754Now that we have made all the necessary changes to the code, we can now run 
    58 configure and make.  At a shell just type the following... 
     55configure and make.  At a shell just type the following: 
    5956 
    60 /=/==================================================================================================== 
    61 ./configure && make 
     57 $ ./configure && make 
    6258 
    6359We still have two small binaries to build to ensure that Enthral runs nice and 
     
    6561you to see what's going on when a user is logged in. 
    6662 
    67 /=/==================================================================================================== 
    68 For Stats 
     63Building Stats 
    6964 
    7065Stats is located in src/stats.  You will need to change the path statement in 
     
    7671Once you have made the change run the following at a prompt to compile stats. 
    7772 
    78    g++ -o stats main.cpp process2.cpp userdat.cpp 
     73 $ g++ -o stats main.cpp process2.cpp userdat.cpp 
    7974 
    8075You will also need to edit [CommandRec009] in src/menu/logon.txt to the proper 
    8176location of the stats binary we just compiled. 
    8277 
    83 /=/==================================================================================================== 
    84 For Snoop 
     78Building Snoop 
     79 
     80Snoop allows you to see what a user is doing while logged into your Enthral 
     81BBS.  It gives you the ability to keep an eye on what people are up to. 
    8582 
    8683Go to the src/snoop directory and execute the following from a prompt. 
    8784 
    88    g++ -o snoop snoop.cpp 
     85 $ g++ -o snoop snoop.cpp 
    8986 
    90 /=/==================================================================================================== 
    9187Post Compile. 
    9288 
    93 The first thing you'll want to do it connect to the bbs,  and create your 
    94 sysop user, the name should match exactly what you updated in the logon.cpp. 
     89The first thing you'll want to do it connect to the bbs, and create your 
     90sysop user, the name should match exactly what you updated in the config.ini 
     91file in the ini directory. 
    9592 
    96 Now once your at the main menu, as a Sysop you can hit * from the main menu 
    97 to go into the message forum editor. 
     93Now once your at the main menu, go into the Message menu and hit * to go into 
     94the message forum editor.  Only the user that has been listed in the  
     95Set SYSOP_NAME section of config.ini will be able to edit the message areas. 
    9896 
    9997You will want to create an email area as your first area, and a system 
     
    116114to help you out. 
    117115 
    118 /=/==================================================================================================== 
    119116Auto update 
    120117 
     
    125122installation a lot easier. 
    126123 
    127 /=/==================================================================================================== 
    128124One last note 
    129125 
     
    137133 
    138134 
    139 Mike  -Mercyful Fate 
    140 Frank -Netsurge 
     135Mike  - Mercyful Fate 
     136Frank - Netsurge 
    141137 
    142138http://www.enthralbbs.com