Skip to content

Commit cf1483f

Browse files
committed
merge relic
1 parent 3e55fd6 commit cf1483f

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,22 +206,6 @@ the equation x^3-8 starting from the two initial points 1 and 3:
206206
root_cli --wdat output --wgnuplot output cli --function x^3-8 chords --x0 --x1 3
207207
```
208208
209-
The installed CLI application can simply be used by:
210-
211-
```
212-
$ <install_path>/bin/root_cli
213-
# or just root_cli if installed in /usr/local/bin/ on unix for instance
214-
```
215-
216-
And the shared library can be used inside `cxx` files using:
217-
218-
```
219-
# pass the path of headers
220-
g++ <file>.cpp -o <executable_name> -I<install_path>/include
221-
```
222-
223-
All of which can also be set in `CMakeLists.txt`.
224-
225209
## Typical program execution
226210
227211
Input reading is handled by a CLI implemented using `CLI11`, the `Reader` classes, and the `Parser` classes. The output is passed from the CLI to one of the Reader classes
@@ -337,3 +321,5 @@ The documentation is automatically built (on every PR) and deployed (on every pu
337321
## Limitations and problems
338322

339323
Most of the limitations and problems can be found as independent issues in the [issue tracker on GitHub](https://github.com/Saransh-cpp/ROOT/issues).
324+
325+
## Authors and their contributions

0 commit comments

Comments
 (0)