mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Make dependency installation easier to read
This commit is contained in:
parent
c89848f984
commit
3bca3ee983
27
README.md
27
README.md
@ -99,10 +99,9 @@ curl https://sh.rustup.rs -sSf | sh
|
||||
|
||||
Please select your operating system:
|
||||
|
||||
- [macOS](#macos)
|
||||
- [Debian-based Linuxes](#debian-based-linuxes)
|
||||
- [FreeBSD](#freebsd)
|
||||
- [Microsoft Windows](#windows-msvc)
|
||||
<details>
|
||||
<summary>macOS</summary>
|
||||
<p>
|
||||
|
||||
#### macOS
|
||||
|
||||
@ -118,17 +117,35 @@ Or, in case you have [MacPorts](https://www.macports.org/install.php):
|
||||
sudo port install cmake
|
||||
```
|
||||
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Debian-based Linuxes</summary>
|
||||
<p>
|
||||
#### Debian-based Linuxes
|
||||
|
||||
```sh
|
||||
sudo apt install cmake pkg-config libssl-dev
|
||||
```
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>FreeBSD</summary>
|
||||
<p>
|
||||
|
||||
#### FreeBSD
|
||||
|
||||
```sh
|
||||
pkg install cmake
|
||||
```
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Windows</summary>
|
||||
<p>
|
||||
|
||||
#### Windows (MSVC)
|
||||
|
||||
@ -148,6 +165,8 @@ nginx and Lua do not work on Windows. See [this issue](https://github.com/wasmer
|
||||
5. Install [CMake](https://cmake.org/download/). Ensure CMake is in your PATH.
|
||||
|
||||
6. Install [LLVM 8.0](https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r351033-win64.exe)
|
||||
</p>
|
||||
</details>
|
||||
|
||||
## Building
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user