diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-21 23:35:00 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-21 23:35:00 +0200 |
| commit | dc486d2ee057cce4e0eecfcac8501b87bbe7b099 (patch) | |
| tree | d9db620decf8498b96139da317d225aabe9ae85e | |
| parent | bc3850e7d0411c830fb490b3f6d9e0718c564f81 (diff) | |
| download | kristall-dc486d2ee057cce4e0eecfcac8501b87bbe7b099.tar.gz | |
Adds bugreport.
| -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 |
