From 4f5032b4020b4b260a200d8ae9f2729fccc79922 Mon Sep 17 00:00:00 2001 From: Niyati Maheshwari Date: Wed, 8 Sep 2021 10:45:17 -0700 Subject: [PATCH] updated readme to include folder details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545f6b26b3..5d5a0d021a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ You can pass the following options to `cmake ..`. * `-DUNDEFINED_BEHAVIOR_SANITIZER` -- Build with UndefinedBehaviorSanitizer * `-DLINK_PROFILER` -- Link with gperftools (available profiler options are listed [here](https://github.com/gperftools/gperftools)) -To clean up the `open-source` and `build` folders from previous build, use `cmake --build . --target clean` from the _build_ folder +To clean up the `open-source` and `build` folders from previous build, use `cmake --build . --target clean` from the `build` folder For windows builds, you will have to include additional flags for libwebsockets CMake. Add the following flags to your cmake command, or edit the CMake file in ./CMake/Dependencies/libwebsockets-CMakeLists.txt with the following: