From 58abd35e4eb264e81bd799c8814dc63d570b5d18 Mon Sep 17 00:00:00 2001 From: vazub Date: Fri, 3 Dec 2021 14:31:23 +0000 Subject: [PATCH] NetBSD build instructions --- docs/install.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/install.md b/docs/install.md index fd617e7..588e438 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,6 +9,7 @@ - [OpenSUSE Tumbleweed](#opensuse-tumbleweed) - [GNU Guix/GuixSD](#gnu-guixguixsd) - [FreeBSD](#freebsd) + - [NetBSD](#netbsd) - MacOS - [Homebrew](#macos-with-homebrew-httpbrewsh) - Windows @@ -134,6 +135,26 @@ guix install jucipp On FreeBSD, latest release of juCi++ is available through the port: jucipp. +## NetBSD + +Install dependencies: + +```sh +pkgin -y install lldb ccache doxygen pkg-config aspell-en libgit2 gtksourceviewmm exctags boost +``` + +Get juCi++ source, compile and install: + +```sh +git clone --recursive https://gitlab.com/cppit/jucipp +mkdir -p jucipp/build +cd jucipp/build +cmake -DCMAKE_INSTALL_PREFIX=/usr/pkg .. +make +su -m +make install +``` + ## MacOS with Homebrew (http://brew.sh/) Install dependencies: