Changes between Version 13 and Version 14 of ProtosInstallation
- Timestamp:
- Aug 28, 2017, 6:54:33 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtosInstallation
v13 v14 30 30 * Untar the tarball: `tar xzf Protos22.tar.gz`. Normally a `Protos22` folder must be created on your disk. 31 31 32 * Download the python patch [https://econte\tmp\eric_patch.py eric_patch.py] and put it into the `Protos22` folder. Apply the patch: `python eric_patch.py`. 32 * Download the python patch [https://econte\tmp\eric_patch.py eric_patch.py] and put it into the `Protos22` folder. 33 34 * Enter the Protos folder and apply the patch: `cd Protos22; python eric_patch.py`. 35 36 * Edit the file `extlib.mk` and replace the line by `EXTLIB = -L<absolute path of lhapdf> -lLHAPDF` 33 37 34 38 * Launch make: `make`