hepmc - Blame information for rev 32

Subversion Repositories:
Rev:
Rev Author Line No. Line
32 garren 1  
2 For the compilation under cygwin using VC 7.1 (Version 13.10.3077)
3 you have to make sure that the PATH contains the path to the
4 installation of Visual Studio .NET 2003, for example:
5  
6 export VSPATH="/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003"
7  
8 export PATH="/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.1.4322":${PATH}
9  
10 export PATH="${VSPATH}/SDK/v1.1/bin":${PATH}
11 export PATH="${VSPATH}/Common7/Tools/bin":${PATH}
12 export PATH="${VSPATH}/Common7/Tools/bin/prerelease":${PATH}
13 export PATH="${VSPATH}/Common7/Tools/":${PATH}
14  
15 export PATH="${VSPATH}/Vc7/bin":${PATH}
16 export PATH="${VSPATH}/Common7/IDE":${PATH}
17  
18 The compiler also needs the following variables set up (and
19 as these are interpreted by the compiler, they have to be in
20 "windows-syntax"):
21  
22 export INCLUDE="C:/cygwin/home/clhep/1.9.2.2/include;c:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/include;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include"
23 export LIB="C:/cygwin/home/clhep/1.9.2.2/lib;c:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib"
24  
25 Notice that CLHEP needs to be defined in LIB and INCLUDE.
26 You may have to adapt to your installation path, if different.
27  
28 That's it ! And since you read until here, you can shorten
29 the whole procedure by sourcing setup.cygwin-VC71
30  
31 Please report problems using the bug-tracker of the
32 savannah portal at:
33  
34 http://savannah.cern.ch/projects/hepmc/
35