Skip to content

Commit

Permalink
Removed OpenMP in Win build instrs
Browse files Browse the repository at this point in the history
You don't need to install OpenMP in order to build in Visual Studio.
  • Loading branch information
malleoz authored Sep 27, 2020
1 parent fc8729e commit 099f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To build on Linux, you will need to run the following commands to run this progr
Should there be any problems in this building process, please let us know by posting an issue on Github.

### Windows
To build on Windows, use the Visual Studio CipesAtHome.sln solution file. You will need to install libcurl, libOMP, and libconfig. This can be done by making use of vcpkg.
To build on Windows, use the Visual Studio CipesAtHome.sln solution file. You will need to install libcurl and libconfig. This can be done by making use of vcpkg.

### Mac
TODO
Expand Down

0 comments on commit 099f053

Please sign in to comment.