Add Control model rank info to report

This commit is contained in:
2023-10-04 12:42:35 +02:00
parent 93e4ff94db
commit c4ae3fe429
5 changed files with 46 additions and 11 deletions

View File

@@ -10,6 +10,18 @@ Before compiling BayesNet.
[Getting Started](<https://www.boost.org/doc/libs/1_83_0/more/getting_started/index.html>)
The best option is install the packages that the Linux distribution have in its repository. If this is the case:
```bash
sudo dnf install boost-devel
```
If this is not possible and the compressed packaged is installed, the following environment variable has to be set:
```bash
export BOOST_ROOT=/path/to/library/
```
### libxlswriter
```bash