]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
some more bsd detail
authorisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 15:24:08 +0000 (17:24 +0200)
committerisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 15:24:08 +0000 (17:24 +0200)
README.md

index 5edc6376f5486f52558f613de5f8a7bd354bca58..400bc0259d14a1a7796864a78d5508c22279c20e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -125,7 +125,11 @@ pkg_add ragel-6.10.tgz
 pkg_add cmake-3.28.1.tgz
 ```
 Version numbers etc will of course vary. One would either download the
-binary packages or build them using pkgsrc.
+binary packages or build them using pkgsrc. There exist some NetBSD pkg 
+tools like ```pkgin``` which help download e.g. dependencies as binary packages,
+but overall NetBSD leaves a lot of detail exposed to the user.
+The main package system used in NetBSD is pkgsrc and one will probably
+want to read up more about it than is in the scope of this document.
 See https://www.netbsd.org/docs/software/packages.html for more information.
 
 This will not replace the one in the standard base distribution, and