diff --git a/README.md b/README.md index a49162f..da5844e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - [Note about context-switch](#note-about-context-switch) 4. [Build](#build) - [Linux](#linux) + - [MacOS](#macos) - [Windows](#windows) 5. [License](#license) @@ -192,6 +193,15 @@ $ cmake -DCMAKE_BUILD_TYPE="Release" .. $ make ``` +## MacOS + +```bash +$ mkdir build +$ cd build +$ cmake -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_BUILD_TYPE="Release" .. +$ make +``` + ## Windows If you are using QtCreator IDE you can just open `CMakeLists.txt` file in root directory.