From f699399524dd0c0f4710400b38dda0f0f9e7d5d8 Mon Sep 17 00:00:00 2001 From: Arron Vinyard Date: Thu, 22 Apr 2021 00:02:21 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6222c7f..56d0e32 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,5 @@ environment, if you haven't already) - If an existing build is present with a different configuration, use `-a` to force rebuilding the libraries. 2. `cd build/` and run `../configure.py --sm-path ${SM_PATH} --boost-path ${BOOST_PATH}` + - example: `python ../configure.py --sm-path "G:/Documents/SMBuild/sourcemod" --boost-path "G:/Documents/CPPLibs/boost_1_71_0/" --enable-optimize 1` 3. `ambuild` as normal.