Changes between Initial Version and Version 1 of CompileGeant4


Ignore:
Timestamp:
Sep 22, 2008, 3:26:22 PM (16 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileGeant4

    v1 v1  
     1= Compiling Geant4 Qt =
     2
     3== With Qt3 and MacOsx ==
     4{{{
     5export DYLD_LIBRARY_PATH=/usr/local/Qt/3.3.8/lib:/Users/laurentgarnier/Work/Geant4-Dev/lib/geant4//Darwin-g++
     6}}}
     7
     8== With Qt4 MacOsx ==
     9{{{
     10export DYLD_LIBRARY_PATH=/Users/laurentgarnier/Work/Geant4-Dev/lib/geant4//Darwin-g++
     11}}}
     12{{{
     13date;source ~/Work/svn/trunk/geant4/specific-geant4-dev.sh; cd $G4INSTALL/source/interfaces;rm -rf ../../tmp/$G4SYSTEM/G4UIbasic;rm -rf ../../tmp/$G4SYSTEM/G4UIcommon;make;cd ../visualization/OpenGL;rm -rf ../../../tmp/$G4SYSTEM/G4OpenGL;make;cd $G4INSTALL/examples/novice/N03;rm -rf $G4INSTALL/tmp/$G4SYSTEM/exampleN03;make;date
     14}}}
     15
     16== On unix ==
     17 * qt3.1 install on lx3 at lal (for remember)
     18
     19== On windows with VC ==
     20 * Launch cygwin
     21 * ''cd /cygdrive/c/laurent/local/geant4/geant4_9_0_p01; sh''
     22 * ''source [source:trunk/geant4/specific-geant4-dev_window.sh?rev=718 specific-geant4-dev_window.sh]''
     23 * ''cd source;make''
     24 * ''cd ../examples/novice/N03;make''
     25 * Launch "MSDOS Terminal"
     26 * ''set PATH=%PATH%;C:\laurent\local\qtwin\qt-4\lib''
     27 * ''cd C:\laurent\local\geant4\geant4_9_0_p01\examples\novice\N03;make''
     28 * ''C:\geant4\bin\WIN32-VC\exampleN03.exe''
     29
     30== On windows on Virtual box with MacOsx ==
     31 * Launch cygwin
     32 * ''cd /cygdrive/z/geant4_9_0_p01;''
     33 * ''source [source:trunk/geant4/specific-geant4-dev-VBox-window.sh specific-geant4-dev-VBox-window.sh]''
     34 * make
     35