Skip to content

Commit

Permalink
update docs to include necessary packages (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgray-MSFT authored and nibanks committed Dec 6, 2019
1 parent c1982d2 commit 39a0ff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\S
- To decode the `quic.etl` file, run **TODO**

## Building on Linux (or [WSL](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install))

- Install tooling (WSL2 or Ubuntu)
- `sudo apt-get install cmake`
- `sudo apt-get install build-essentials`
- Run `mkdir bld && cd bld`
- Run `cmake -G "Unix Makefiles" ..`
- Run `cmake --build . --config RELEASE`
Expand Down

0 comments on commit 39a0ff3

Please sign in to comment.