wiki:InstallationNotes

Installation notes

Check-out a copy of the SoCView simulator

svn co https://www-asim.lip6.fr/svn/socview/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
cd ..

Build the Graphical User Interface (GUI)

cd gui
qmake
make

Now you have everything installed, you may begin using SoCView

Last modified 15 years ago Last modified on Nov 12, 2008, 2:28:21 PM