new-install

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

commit 1583b01e753865af6c2ef4698f7d9c20f2a46308
parent a31e44ba4827ed3bf0789b90352723a4ca79c9a0
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 May 2020 11:28:46 -0700

FreeBSD: add cmake to dev packages to install

I generally dislike it and prefer not to use if for my own projects but
it seems everyone else likes it and it's slightly less awful when used
with ninja.

Diffstat:
Mfreebsd_install.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -183,6 +183,7 @@ 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` Set up sudo