Update centos/fedora section to include build tools and libraries required.

main
Zagyarakushi 2023-03-30 15:06:21 +01:00 committed by polistern
parent 5fde68da33
commit 015f99142f
1 changed files with 12 additions and 3 deletions

View File

@ -23,7 +23,7 @@ For building **pboted** you need several things:
* GNU/Linux
- [Debian/Ubuntu](#debian-ubuntu) (with packaging)
- CentOS/Fedora (WIP)
- [CentOS/Fedora] (#centos-fedora) (Fedora 36)
Make sure you have all required dependencies successfully installed.
See for common requirements in [this](#requirements) section.
@ -104,9 +104,18 @@ cd pboted
debuild --no-tgz-check -us -uc -b
```
### CentOS/Fedora (WIP)
### CentOS/Fedora
!!! note "Note"
Tested with Fedora 36
Install required tools and libraries:
```bash
sudo dnf install cmake mimetic boost g++ boost-devel mimetic-devel
```
WIP
### Microsoft Windows