Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/building-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ install some support packages. **You will need to check out git with submodules
- For Linux with Ubuntu/Debian:
`libudev-dev` `libsqlite3-dev` `protobuf-compiler` `libfmt-dev`
`libprotobuf-dev` `libmagic-dev` `libmbedtls-dev` `libcurl4-openssl-dev`
`libmagic-dev` `libdbus-1-dev` `libglfw3-dev` `libfreetype-dev`
`libdbus-1-dev` `libglfw3-dev` `libfreetype-dev`
`libboost-regex-dev` Plus, optionally (if not present, internal versions
will be used): `nlohmann-json3-dev` `libcli11-dev` `libmd4c-dev`
- For Linux with RHEL+EPEL/Fedora:
`@c-development` `git` `ninja-build` `protobuf-compiler`
`libudev-devel` `sqlite-devel` `fmt-devel` `protobuf-devel` `file-devel`
`mbedtls-devel` `libcurl-devel` `dbus-devel` `glfw-devel` `freetype-devel`
`boost-devel` `systemd-devel`
Plus, optionally (if not present, internal versions will be used):
`cli11-devel` `md4c-devel` `lunasvg-devel`
- For OSX with Homebrew:
`sqlite` `pkg-config` `libusb` `protobuf` `fmt` `make` `coreutils`
`dylibbundler` `libjpeg` `libmagic` `boost` `glfw3` `ninja` `python`
Expand Down