Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Corrected GTNetS faq, bug found by Navarro.
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 21 Jan 2010 15:56:03 +0000 (15:56 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 21 Jan 2010 15:56:03 +0000 (15:56 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7023 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc

index e49962b..e9a7dbe 100644 (file)
@@ -1001,10 +1001,10 @@ and build/install it from scratch
 
  - <b>Installing GTNetS</b>
 
- Replace <userhome> by some path you have write access to.
It is important to put the full path of your libgtsim-xxxx.so file when creating the symbolic link. Replace <userhome> by some path you have write access to.
 
  \verbatim
- ln -sf libgtsim-debug.so /<userhome>/usr/lib/libgtnets.so
+ ln -sf /<absolute_path>/gtnets_current/libgtsim-debug.so /<userhome>/usr/lib/libgtnets.so
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/<userhome>/usr/lib/libgtnets.so
  mkdir /<userhome>/usr/include/gtnets
  cp -fr SRC/*.h /<userhome>/usr/include/gtnets