Skip to content

Commit 5e3e672

Browse files
authored
Merge pull request #849 from qbarnes/fedorabuilding
Add build documentation for RHEL and Fedora
2 parents acf1329 + 372b672 commit 5e3e672

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/building-client.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ install some support packages. **You will need to check out git with submodules
1212
- For Linux with Ubuntu/Debian:
1313
`libudev-dev` `libsqlite3-dev` `protobuf-compiler` `libfmt-dev`
1414
`libprotobuf-dev` `libmagic-dev` `libmbedtls-dev` `libcurl4-openssl-dev`
15-
`libmagic-dev` `libdbus-1-dev` `libglfw3-dev` `libfreetype-dev`
15+
`libdbus-1-dev` `libglfw3-dev` `libfreetype-dev`
1616
`libboost-regex-dev` Plus, optionally (if not present, internal versions
1717
will be used): `nlohmann-json3-dev` `libcli11-dev` `libmd4c-dev`
18+
- For Linux with RHEL+EPEL/Fedora:
19+
`@c-development` `git` `ninja-build` `protobuf-compiler`
20+
`libudev-devel` `sqlite-devel` `fmt-devel` `protobuf-devel` `file-devel`
21+
`mbedtls-devel` `libcurl-devel` `dbus-devel` `glfw-devel` `freetype-devel`
22+
`boost-devel` `systemd-devel`
23+
Plus, optionally (if not present, internal versions will be used):
24+
`cli11-devel` `md4c-devel` `lunasvg-devel`
1825
- For OSX with Homebrew:
1926
`sqlite` `pkg-config` `libusb` `protobuf` `fmt` `make` `coreutils`
2027
`dylibbundler` `libjpeg` `libmagic` `boost` `glfw3` `ninja` `python`

0 commit comments

Comments
 (0)