Add some basic install instructions.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-28 12:49:14 -08:00
parent 073b4dac57
commit ac35ea351f
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ You need to install the MVSC redistributable on Windows. https://support.microso
## Build Instructions
Reference the Github workflow.
```bash
conan install . -i build -s build_type=Release -s compiler.cppstd=14 -s compiler.runtime=static --build=missing
```