Difference between revisions of "Gemc Build Notes"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search| Line 11: | Line 11: | ||
*mysql | *mysql | ||
*gemc source | *gemc source | ||
| + | |||
| + | ===Already Installed=== | ||
| + | We already have python, mysql | ||
| + | |||
| + | ===Building Info=== | ||
| + | |||
| + | qt4 | ||
| + | <pre> | ||
| + | ./configure -prefix "install directory" | ||
| + | gmake | ||
| + | gmake install | ||
| + | ...no problems | ||
| + | </pre> | ||
| + | |||
| + | CLHEP | ||
| + | <pre> | ||
| + | ./configure --prefix= "install directory" | ||
| + | make | ||
Revision as of 22:27, 14 November 2007
Building
These notes are just that - notes. Contact ungaro@jlab.org if you have any questions, as he plans on building a detailed build guide.
Prereqs
One needs:
- qt4
- python > 2.3
- scons
- CLHEP
- geant4
- mysql
- gemc source
Already Installed
We already have python, mysql
Building Info
qt4
./configure -prefix "install directory" gmake gmake install ...no problems
CLHEP
./configure --prefix= "install directory" make