Download
Currently, the release on sourceforge is old, and not what one wants to modify if they need to, thus using it is not recommended, there are daily snapshots available below, as well as instructions for getting cvs.
Daily Snapshot
Nightly CVS Snapshot here
Pull from CVS
Instructions are below:
in a shell, type (one line per line)
cvs -d:pserver:anonymous@cvs.sloppyadm.sourceforge.net:/cvsroot/sloppyadm login
cvs -z3 -d:pserver:anonymous@cvs.sloppyadm.sourceforge.net:/cvsroot/sloppyadm co sloppyadm
And either :
(just the program (everything else installed + configured))
cd sloppyadm
./create_main_file
./sloppyadm
(setup requirements ... now 2 ways! text or graphical)
cd ./setup
edit sloppyadminit and adjust the values as you see fit
./create_setup_file
./sloppyadmsetup
OR (graphical, If and only if Kommander is installed (if Quanta >=3.1 it should be))
cd kommander-gui
kmdr-executor setup.kmdr
this will install sloppyadm (currently not installing the 'gui')
|