mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
Merge pull request #316 from 0mp/patch-1
Add FreeBSD installation instructions for CMake
This commit is contained in:
commit
63ab51442b
@ -70,6 +70,7 @@ Please select your operating system:
|
|||||||
|
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
- [Debian-based Linuxes](#debian-based-linuxes)
|
- [Debian-based Linuxes](#debian-based-linuxes)
|
||||||
|
- [FreeBSD](#freebsd)
|
||||||
- [Microsoft Windows](#windows-msvc)
|
- [Microsoft Windows](#windows-msvc)
|
||||||
|
|
||||||
#### macOS
|
#### macOS
|
||||||
@ -92,6 +93,12 @@ sudo port install cmake
|
|||||||
sudo apt install cmake
|
sudo apt install cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### FreeBSD
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pkg install cmake
|
||||||
|
```
|
||||||
|
|
||||||
#### Windows (MSVC)
|
#### Windows (MSVC)
|
||||||
|
|
||||||
Windows support is _highly experimental_. Only simple Wasm programs may be run, and no syscalls are allowed. This means
|
Windows support is _highly experimental_. Only simple Wasm programs may be run, and no syscalls are allowed. This means
|
||||||
|
Loading…
Reference in New Issue
Block a user