Skip to content

Commit

Permalink
Merge pull request #328 from xuijuthub/freebsd-to-readme
Browse files Browse the repository at this point in the history
Add building for FreeBSD in README.md
  • Loading branch information
ouwou authored Nov 2, 2024
2 parents 7e04fb9 + 59f71db commit bd5bb61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd5bb61

Please sign in to comment.