Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Jun 28, 2007, 5:13:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 1 1 = Welcome to SoCView trac page = 2 2 3 * [wiki:InstallationNotes Installation Notes] : how to install the SoCView environment on your computer 4 * [wiki:Usage Usage] : how to use the SoCView environment 5 * [wiki:GUI The GUI] : the Graphical User Interface 3 6 4 Check-out a copy of the SoCView simulator 5 6 {{{ 7 svn co https://www-asim.lip6.fr/svn/socview/socview-2.1 8 }}} 9 10 Go into the directory 11 {{{ 12 cd socview-2.1 13 }}} 14 15 Create the configuration script 16 {{{ 17 aclocal-1.6 18 automake-1.6 --add-missing --copy --foreign 19 autoconf 20 }}} 21 22 Specify the g++ for the compilation 23 {{{ 24 export CXX=g++ 25 }}} 26 27 Create a temporary compilation directory 28 {{{ 29 mkdir objdir 30 cd objdir 31 ../configure 32 }}} 33 34 Build the simulator 35 {{{ 36 gmake 37 gmake install 38 }}} 7 [[BR]] 8 [[BR]] 9 [[BR]] 10 [[BR]] 11 [[BR]] 12 [[BR]] 13 [[BR]] 14 [[BR]] 15 [[BR]] 16 [[BR]] 17 [[BR]] 18 [[BR]] 19 [[BR]] 20 [[BR]] 39 21 40 22 23 Contact : Wahid.Bahroun@lip6.fr 41 24