On Sat, 2010-09-04 at 11:58 +0200, Olivier Girard wrote:
> Hi Francesco and thanks to reply me.
> 
> I have never use HG and how to process for grab and for update the
> development version ? 

Just issuing the command previuosly reported (
hg clone http://hg.berlios.de/repos/tcforge        
) in a terminal window will fetch the sources.

> And after the more complicated how to compile it ? You said on your
> website (=> tcforge) that the two version can exist, so how do it ? 

Something like that should work:
$ hg clone http://hg.berlios.de/repos/tcforge
$ cd tcforge
$ autoreconf -f -v -i

after that you're ready to go on the usual route:

$ ./configure
$ make
# make install

Bests,

-- 
Francesco Romani // Ikitt
http://fromani.exit1.org  ::: transcode homepage
http://tcforge.berlios.de ::: transcode experimental forge

Reply via email to