close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 17, 2012, 4:56:19 PM (12 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
16 | 16 | }}} |
17 | 17 | |
18 | | Make sure the shared libraries are installed. When building qd is looking for other compilers than g++ and is seems that depending on which it finds the shared library will not be supported, so I found that one sometimes had to specify t use g++ with the additional argument CXX=g++ (or another compiler which supports shared libraries) in the configure command line. |
| 18 | Make sure the shared libraries are installed. When building qd is looking for other compilers than g++ and is seems that depending on which it finds the shared library will not be supported, so I found that one sometimes had to specify it use g++ with the additional argument CXX=g++ (or another compiler which supports shared libraries) in the configure command line. |
19 | 19 | |
20 | | 2. download the BlackHat tar ball, unzip and unpack: |
| 20 | 2. Download the BlackHat tar ball, unzip and unpack: |
21 | 21 | |
22 | 22 | {{{ |
… |
… |
|
26 | 26 | }}} |
27 | 27 | |
28 | | Configure, the options (in addition to the usual options such as --prefix) are the following: |
| 28 | Configure, |
| 29 | |
| 30 | {{{ |
| 31 | ./configure |
| 32 | }}} |
| 33 | the options (in addition to the usual options such as --prefix) are the following: |
29 | 34 | {{{ |
30 | 35 | --with-QDpath=prefix try this for a non-standard install prefix of the QD |
… |
… |
|
34 | 39 | }}} |
35 | 40 | |
36 | | Install the data files. |
| 41 | {{{#! |
| 42 | Install additional data files (currently no additional data is available). |
37 | 43 | |
38 | 44 | Download the files from [http://www.hepforge.org/archive/blackhat/BHdata.tar.gz here] and install them using the script that gets installed along with the library |
… |
… |
|
42 | 48 | dataInstall BHdata.tar.gz |
43 | 49 | }}} |
| 50 | |
| 51 | }}} |