wiki:WikiStart

Version 11 (modified by wahid, 17 years ago) (diff)

--

Welcome to SoCView trac page

Check-out a copy of the SoCView simulator

svn co https://www-asim.lip6.fr/svn/socview/socview-2.1

Go into the directory

cd socview-2.1

Create the configuration script

aclocal-1.6
automake-1.6 --add-missing --copy --foreign
autoconf

Specify the g++ for the compilation

export CXX=g++

Create a temporary compilation directory

mkdir objdir
cd objdir
../configure

Build the simulator

gmake
gmake install