1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-03 18:53:16 -05:00

Add building for FreeBSD in README.md

This commit is contained in:
xuijuthub 2024-09-22 08:31:20 +03:00 committed by GitHub
parent fc89b4d697
commit 59f71dbb1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,6 +107,15 @@ the result of fundamental issues with Discord's thread implementation.
5. `make`
6. [Copy resources](#resources)
#### FreeBSD:
1. `pkg install git cmake nlohmann-json spdlog gtkmm30 libhandy libsodium`
2. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon`
3. `mkdir build && cd build`
4. `cmake ..`
5. `make`
6. [Copy resources](#resources)
### Downloads:
Latest release version: https://github.com/uowuo/abaddon/releases/latest