Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to General discussion on Husky Soft... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Jeff Smith | Bill Mcgarrity | Re: Some info... |
January 19, 2017 3:43 AM * |
|||
Hello Bill, >> While I would agree with the above installation order. I think that the >> Husky documentation offers somewhat conflicting information on the >> actual install process especially for a first time or newbie software >> source compiler. > It's got my head spinning... lol!! Here is a script that you might try. It acquired, compiled, and installed the specified "Modules" ok. It had troubles with the nltools module. Haven't checked into why yet. ---Begin--- #!/bin/sh -e # Define your variables # ------------------------------ HUSKYSRC=$HOME/bbs/src/husky PREFIX=$HOME/husky MODULES="huskylib smapi fidoconf areafix hpt htick msged" CVSROOT=:pserver:anonymous@husky.cvs.sourceforge.net:/cvsroot/husky CC="gcc -Wl,-rpath,$PREFIX/lib" # ------------------------------ setup () { mkdir -p $HUSKYSRC cd $HUSKYSRC cvs -d$CVSROOT co huskybse cp -p huskybse/huskymak.cfg $HUSKYSRC } checkout () { cd $HUSKYSRC cvs -d$CVSROOT co $MODULES } build () { cd $HUSKYSRC/$1 make PREFIX=$PREFIX CC="$CC" LDCONFIG= make PREFIX=$PREFIX CC="$CC" LDCONFIG= install } setup checkout for module in $MODULES; do build $module done ---End--- Jeff --- BBBS/Li6 v4.10 Toy-3 * Origin: The OuijaBoard - Anoka, MN (1:282/1031) |
||||||
|
Previous Message | Next Message | Back to General discussion on Husky Soft... <-- <--- | Return to Home Page |
Execution Time: 0.0783 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |