diff options
| -rw-r--r-- | BUILDING.md | 3 | ||||
| -rw-r--r-- | ROADMAP.md | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md index b86cfc4..7cb4cb8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -25,6 +25,9 @@ make - It seems like Qt wants `libzstd.so.3.1` instead of `libzstd.so.3.2`. Just symlink that file into the build directory - Use `make` and not `gmake` to build the project. +#### Notes on FreeBSD +- Kristall can't be used with LibreSSL, but requires OpenSSL (probably because of Qt) + #### Notes for Ubuntu Supported Versions: 18.04, 20.04 Unsupported Versions: 16.04 @@ -63,3 +63,5 @@ open, which was a bit confusing (and would also be a really cool addition for easy comparison of responses). <tiwesdaeg> gemini://tilde.pink/ the first paragraph is displayed with large spacing + +<styan> xq: Also, Kristall still compilers on my FreeBSD laptop. And still core-dumps if it is compiled while LibreSSL is installed (not a Kristall problem, just a QT problem).
\ No newline at end of file |
