Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvakimov committed Dec 5, 2024
1 parent 84f5ce1 commit 799eacd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions soft_and_tuts/3.4-libra.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,24 @@

No changes to CMakeLists.txt is required. Just need to do this:

1. Load the module and cd to the `_build` folder
#### 1. Load the module and cd to the `_build` folder

```
module load libra/devel2 # To load all the dependencies and libraries and boost
cd /path/to/your/libra-code/and/then/to/_build
```

2. Make sure the _build directory path is empty
#### 2. Make sure the _build directory path is empty

#### 3. Then build as usual:

3. Then build as usual:
````
cmake ../ # No worries about the warnings, that's the best I could deliver today and the compilation is unaffected and the liblibra_core is imported
make -j8
```

After the compilation is done, make sure you have correctly recompiled it by doing this:

```
module purge
cd /path/to/your/libra-code/and/then/to/_build/src
Expand Down

0 comments on commit 799eacd

Please sign in to comment.