Document update for MacOSX

This commit is contained in:
Sukchan Lee 2019-06-01 19:53:57 +09:00
parent a7053eb926
commit a03df8d656
1 changed files with 6 additions and 1 deletions

View File

@ -75,8 +75,13 @@ To compile with autotools:
➜ nextepc git:(master) ✗ make -j `nproc`
```
**Note:** On MAC OS X, the compilation check is not supported at this point.
Check whether the compilation is correct.
**Note:** This should require *sudo* due to access `/dev/tun0`.
{: .notice--danger}
```bash
➜ nextepc git:(master) ✗ sudo make check
```
You need to perform **the installation process**.
```bash