We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44b25 commit 1f980f9Copy full SHA for 1f980f9
cjetreconstruction/README.md
@@ -1,14 +1,14 @@
1
# JetReconstruction.jl C-bindings Test Applications
2
3
-Benchmark application using the JetReconstruction.jl C-bindings.
+Benchmark application using the JetReconstruction.jl statically compiled to a shared library.
4
5
## Compilation
6
7
Configure and compile using CMake in the standard way, e.g.,
8
9
```sh
10
cmake -S . -B build
11
-# or if libjectreconstion is installed in non-standard location
+# or if libjectreconstruction is installed in non-standard location
12
# JetReconstruction_DIR=<JetReconstruction-installation-location> cmake -S . -B build
13
cmake --build build
14
```
0 commit comments