Document FreeBSD build instructions (#1763)

* 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.
This commit is contained in:
Nico Sonack
2020-06-27 11:28:11 +02:00
committed by GitHub
parent 8e202c3755
commit 15732cb9ba
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ git submodule update --init --recursive
[Building on Mac](../master/BUILDING_ON_MAC.md)
[Building on FreeBSD](../master/BUILDING_ON_FREEBSD.md)
## Code style
The code is formatted using clang format in Qt Creator. [.clang-format](src/.clang-format) contains the style file for clang format.