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 7, 2012, 8:29:29 AM (12 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
26 | 26 | }}} |
27 | 27 | |
28 | | |
29 | | Do we need automake etc. here? |
30 | | {{{ |
31 | | autoreconf -fi |
32 | | }}} |
33 | | |
34 | | |
35 | 28 | Configure, the options (in addition to the usual options such as --prefix) are the following: |
36 | 29 | {{{ |
… |
… |
|
43 | 36 | Install the data files. |
44 | 37 | |
45 | | Download the files from /Where do we put them?/ and install them using the script that gets installed along with the library |
| 38 | Download the files from [http://www.hepforge.org/archive/blackhat/BHdata.tar.gz here] do we put them?/ and install them using the script that gets installed along with the library |
46 | 39 | |
47 | 40 | {{{ |
48 | | wget WHERE.EVER all.tar.gz |
49 | | dataInstall all.tar.gz |
| 41 | wget http://www.hepforge.org/archive/blackhat/BHdata.tar.gz BHdata.tar.gz |
| 42 | dataInstall BHdata.tar.gz |
50 | 43 | }}} |