new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit 60eeb9c16db91ddc93b7e31a0b91de61ee60d0dc
parent 7973e41537c068ab974f9f8eebac3d6d32b254ae
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 19 May 2020 09:01:34 -0700

FreeBSD: add meson, renumber build tools list

If I'm going to list cmake, which I dislike intensely, but is
commonly-used enough that it's handy to have installed, then it seems
reasonable to add meson, which I still dislike but is also somewhat
commonly-used.

Diffstat:
Mfreebsd_install.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -185,7 +185,8 @@ Install developer packages: 7. Install gn: `pkg install gn` 8. Install ninja: `pkg install ninja` 9. Install cscope: `pkg install cscope` -7. Install cmake: `pkg install cmake` +10. Install meson: `pkg install meson` +11. Install cmake: `pkg install cmake` Install static web site support: