mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
15732cb9ba
* Document FreeBSD build instructions This has been tested under the following conditions: ``` $ uname -apKU FreeBSD triton 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 amd64 1201000 1201000 ``` It may also work on older versions and should definitely on FreeBSD 13.0-CURRENT.
677 B
677 B
FreeBSD
Note on Qt version compatibility: If you are installing Qt from a package manager, please ensure the version you are installing is at least Qt 5.10 or newer.
FreeBSD 12.1-RELEASE
Note: This is known to work on FreeBSD 12.1-RELEASE amd64. Chances are high that this also works on older FreeBSD releases, architectures and FreeBSD 13.0-CURRENT.
- Install build dependencies from package sources (or build from the
ports tree):
# pkg install qt5-core qt5-multimedia qt5-svg qt5-qmake qt5-buildtools gstreamer-plugins-good boost-libs rapidjson
- go into project directory
- create build folder
$ mkdir build && cd build
$ qmake .. && make