diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2024-01-07 21:06:01 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2024-01-07 21:06:01 +0000 |
commit | 22cb139d5b320a5c7701d89b7ff1f31d13c00931 (patch) | |
tree | 54e356aba5735ab2b8dc1bef57fc961fcd6c932d /README.md | |
parent | ec7de1759b09712eabcdd4eee586399b9de78712 (diff) | |
parent | 4d9a19f3bfe74a5b61f7664284750c72d6af9943 (diff) |
Merge pull request 'Added compatibility with NetBSD' (#99) from draga79/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/99
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -46,9 +46,17 @@ On FreeBSD, to install `curl` just type: pkg install curl ``` +On NetBSD, to install `curl` just type: + +```sh +pkgin install curl +``` + The source code is available [here](https://comam.es/what-is-snac). -Run `make` and then `make install` as root. +Run `make` and then `make install` as root. + +If you're compiling on NetBSD, you should use the specific provided Makefile and run `make -f Makefile.NetBSD` and then `make -f Makefile.NetBSD install` as root. From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running |