[Sumover-tech] Building Rat and Vic on OSX

Douglas Kosovic douglask at itee.uq.edu.au
Thu Jul 19 23:43:09 BST 2007


Hi Marc,


> for your advice after i pulled the files from  cvs and used this  
> commands:
> 
> svn co http://mediatools.cs.ucl.ac.uk/repos/mmedia/common/trunk common
> svn co http://mediatools.cs.ucl.ac.uk/repos/mmedia/vic/branches/mpeg4  
> vic

Email client put a line wrap in the 'svn co http://mediatools... vic'
line above.

> but nothing named "vic " or rat" do i need to run "install" again ?

you need to rename the mpeg4 folder to vic (or svn checkout vic again
without the line-wrap) and svn checkout rat, i.e:

svn co http://mediatools.cs.ucl.ac.uk/repos/mmedia/rat/trunk rat

To build:

cd common
./configure --enable-ipv6
make
cd ..

cd vic
./configure --enable-ipv6
make
cd ..

cd rat
./configure --enable-ipv6
make


Doug





More information about the Sumover-tech mailing list