aMule Forum
English => aMule Help => Topic started by: deltaHF on January 05, 2004, 10:11:00 AM
-
i added today night the current cvs to berlios cos sf doesn't synch anon cvs since .. dunno.. ;)
cvs -d:pserver:anonymous@cvs.amule.berlios.de:/cvsroot/amule login
cvs -z3 -d:pserver:anonymous@cvs.amule.berlios.de:/cvsroot/amule co amule-cvs
cd amule-cvs
cvs update -P
./autogen.sh && ./configure && make
dl the tarball -> http://cvs.berlios.de/cgi-bin/viewcvs.cgi/amule/amule-cvs/amule-cvs.tar.gz?tarball=1
its synched with our current cvs (from today morning) and i'll try to keep it up-to-date as i can
the completing file bug is fixed too
greets
delta
-
[edit]: synched with current dev cvs [08.01.04 - 8:20am]
-
Um just asking..but as far as i know you do not open shell files with ./ but with sh. At least that's the case for me.
So, shouldn't it be sh autogen.sh then?
-
hello, not necessary when files begin by #!bin/sh (as autogen) and in 755
the polish
-
really? I tried ./ but it didn't work (as expected). Sh did work. Well maybe i just lack all that development stuff you guys have...
-
I always use ./