slightly clearer comments in netbsd section

This commit is contained in:
isildur-g 2024-03-27 17:33:25 +02:00
parent 42653b8a31
commit e20ba37208

View File

@ -133,8 +133,8 @@ 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. 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. See https://www.netbsd.org/docs/software/packages.html for more information.
This will not replace the one in the standard base distribution, and This will not replace the compiler in the standard base distribution, and
cmake will probably find the wrong compiler when it checks automatically. cmake will probably find the base dist's compiler when it checks automatically.
Using the example of gcc12 from pkgsrc, one will need to set two Using the example of gcc12 from pkgsrc, one will need to set two
environment variables before starting: environment variables before starting:
``` ```