diff --git a/README.md b/README.md index d8c040e..18bae5d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ target_link_libraries(project-that-needs-pelib pelib) * `mkdir build && cd build` * `cmake .. -DCMAKE_INSTALL_PREFIX= -G` * `msbuild /m /p:Configuration=Release pelib.sln` - * `msbuild /m /p:Configuration=Release INSTALL.vcxproj` * Alternatively, you can open `pelib.sln` generated by `cmake` in Visual Studio IDE. You must pass the following parameters to `cmake`: