diff options
author | Stefano Marinelli <draga79@noreply.codeberg.org> | 2024-01-07 17:21:55 +0000 |
---|---|---|
committer | Stefano Marinelli <draga79@noreply.codeberg.org> | 2024-01-07 17:21:55 +0000 |
commit | c6fa103b40e2163313a0434e72c4aa4ec8f5abdf (patch) | |
tree | bc7be75735ca996c8e955976103edfce23984659 /README.md | |
parent | 0414dfae20f1b538e250842136f0923beaa10275 (diff) |
Updated README.md for NetBSD compiling instructions
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 |