From ac35ea351f23671f545d0187352712ae0f54cce5 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 28 Nov 2021 12:49:14 -0800 Subject: [PATCH] Add some basic install instructions. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f913471..f8f2cb9 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file