95 lines
2.9 KiB
HTML
95 lines
2.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
|
|
<!--Converted with jLaTeX2HTML 2002-2-1 (1.70) JA patch-2.0
|
|
patched version by: Kenshi Muto, Debian Project.
|
|
* modified by: Shige TAKENO
|
|
LaTeX2HTML 2002-2-1 (1.70),
|
|
original version by: Nikos Drakos, CBLU, University of Leeds
|
|
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
|
* with significant contributions from:
|
|
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>CLHEP:</TITLE>
|
|
<META NAME="description" CONTENT="CLHEP:">
|
|
<META NAME="keywords" CONTENT="LEMuSR_Simulation">
|
|
<META NAME="resource-type" CONTENT="document">
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
<META NAME="Generator" CONTENT="jLaTeX2HTML v2002-2-1 JA patch-2.0">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
<LINK REL="STYLESHEET" HREF="LEMuSR_Simulation.css">
|
|
|
|
<LINK REL="next" HREF="node18.html">
|
|
<LINK REL="previous" HREF="node16.html">
|
|
<LINK REL="up" HREF="node16.html">
|
|
<LINK REL="next" HREF="node18.html">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
<!--Navigation Panel-->
|
|
<A NAME="tex2html260"
|
|
HREF="node18.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
|
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
|
<A NAME="tex2html258"
|
|
HREF="node16.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
|
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
|
<A NAME="tex2html252"
|
|
HREF="node16.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
|
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html261"
|
|
HREF="node18.html">Mesa/OpenGL:</A>
|
|
<B> Up:</B> <A NAME="tex2html259"
|
|
HREF="node16.html">Additional libraries</A>
|
|
<B> Previous:</B> <A NAME="tex2html253"
|
|
HREF="node16.html">Additional libraries</A>
|
|
<BR>
|
|
<BR>
|
|
<!--End of Navigation Panel-->
|
|
|
|
<H4><A NAME="SECTION00141110000000000000">
|
|
CLHEP:</A>
|
|
</H4> the class libraries for high energy physics can be downloaded from the internet [<A
|
|
HREF="node36.html#clhepwebsite">2</A>]. The installation is well detailled on the web. For the version we used the installation procedure can be described as follow
|
|
|
|
<OL>
|
|
<LI>Create a work directory CLHEP out of the source directory, for example /home/user/CLHEP
|
|
</LI>
|
|
<LI>Go to clhepversion/CLHEP directory and execute the following commands
|
|
<PRE>
|
|
./configure --prefix=/home/user/CLHEP
|
|
</PRE>
|
|
(Note that files will be installed under /usr/local if you do not
|
|
specify a prefix.)
|
|
<PRE>
|
|
make
|
|
</PRE>
|
|
(Build temporary copies of libraries and executables.)
|
|
<PRE>
|
|
make check
|
|
</PRE>
|
|
(Run the tests.)
|
|
<PRE>
|
|
make install
|
|
</PRE>
|
|
(Copy libraries, headers, executables, etc. to relevant
|
|
subdirectories under .)
|
|
</LI>
|
|
<LI>Set environement variable to indicate where the libraries are located, add the CLHEP/lib directory export <PRE>
|
|
export LD_LIBRARY_PATH=:$LD_LIBRARY_PATH:/home/user/CLHEP/lib
|
|
</PRE>
|
|
</LI>
|
|
</OL>
|
|
<BR><HR>
|
|
<ADDRESS>
|
|
|
|
2005-12-21
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|