Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879799
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/README.md b/README.md
index 24d4e36..e694d8a 100644
--- a/README.md
+++ b/README.md
@@ -1,65 +1,65 @@
# High Energy Jets
High Energy Jets (HEJ) is a Monte Carlo generator for all-order summation of
high-energy logarithms. It can be used as both a C++ library and standalone
executable.
-For further informations and questions please visit
+For further information and support please visit
> https://hej.hepforge.org/
The latest version can be downloaded from
> https://hej.hepforge.org/downloads.html
## Installation
HEJ can be installed via [CMake](https://cmake.org/) version 3.1 or later by
running
```sh
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=target/directory
make install
```
-Replace "target/directory" with the directory where HEJ should be installed to.
+Replace "target/directory" with the directory where HEJ should be installed.
HEJ depends on multiple external packages, a full list is given in the
user documentation (i.e. https://hej.hepforge.org/doc/current/user/).
The minimal requirements are:
* A compiler supporting the C++14 standard (e.g. gcc 5 or later)
* [CLHEP](https://gitlab.cern.ch/CLHEP/CLHEP)
* [FastJet](http://fastjet.fr/)
* IOStreams and uBLAS from the [boost libraries](https://boost.org/)
* [LHAPDF](https://lhapdf.hepforge.org/)
* [yaml-cpp](https://github.com/jbeder/yaml-cpp)
We also provide a Fixed Order Generator for the HEJ matrix elements as a
separate executable. To install it run the same commands as above in the
[_FixedOrderGen_](FixedOrderGen) directory.
## Documentation
All documentation is hosted on
> https://hej.hepforge.org/
To generate the user documentation locally run
(requires [sphinx](http://sphinx-doc.org/))
```sh
cd build
make sphinx
xdg-open doc/sphinx/html/index.html
```
The code documentation can be built through [doxygen](http://doxygen.org/);
```sh
cd build
make doxygen
xdg-open doc/doxygen/html/index.html
```
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 9:05 PM (1 d, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3803666
Default Alt Text
(2 KB)
Attached To
rHEJ HEJ
Event Timeline
Log In to Comment