Skip to content

Commit

Permalink
Add SREP paper version
Browse files Browse the repository at this point in the history
  • Loading branch information
bergolho committed Jul 20, 2023
1 parent 20e504a commit f518d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ sudo dnf install paraview

## Compile and run

To compile the source code you can use the available script. This will generate a binary executable inside the ``bin`` folder.
To compile the source code you can use the available script.

```sh
$ ./recompile_project.sh
Expand Down
1 change: 0 additions & 1 deletion recompile_project.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
mkdir -p build
cd build; cmake ..; make

0 comments on commit f518d15

Please sign in to comment.