summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Stefano Marinelli2024-01-07 17:21:55 +0000
committerGravatar Stefano Marinelli2024-01-07 17:21:55 +0000
commitc6fa103b40e2163313a0434e72c4aa4ec8f5abdf (patch)
treebc7be75735ca996c8e955976103edfce23984659 /README.md
parentAdded Makefile.NetBSD to compile on NetBSD (diff)
downloadsnac2-c6fa103b40e2163313a0434e72c4aa4ec8f5abdf.tar.gz
snac2-c6fa103b40e2163313a0434e72c4aa4ec8f5abdf.tar.xz
snac2-c6fa103b40e2163313a0434e72c4aa4ec8f5abdf.zip
Updated README.md for NetBSD compiling instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04c811e..6018125 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,17 @@ On FreeBSD, to install `curl` just type:
46pkg install curl 46pkg install curl
47``` 47```
48 48
49On NetBSD, to install `curl` just type:
50
51```sh
52pkgin install curl
53```
54
49The source code is available [here](https://comam.es/what-is-snac). 55The source code is available [here](https://comam.es/what-is-snac).
50 56
51Run `make` and then `make install` as root. 57Run `make` and then `make install` as root.
58
59If 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.
52 60
53From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running 61From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running
54 62