From ee60d47f5cd8d330319ba27da7408cbd5b6902f5 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 1 Apr 2019 09:48:32 +0200 Subject: [PATCH] Add FreeBSD installation instructions for CMake --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a97592ed..35838e4f1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Please select your operating system: - [macOS](#macos) - [Debian-based Linuxes](#debian-based-linuxes) +- [FreeBSD](#freebsd) - [Microsoft Windows](#windows-msvc) #### macOS @@ -92,6 +93,12 @@ sudo port install cmake sudo apt install cmake ``` +#### FreeBSD + +```sh +pkg install cmake +``` + #### Windows (MSVC) Windows support is _highly experimental_. Only simple Wasm programs may be run, and no syscalls are allowed. This means