diff --git a/Doxygen/Developer/building.docu b/Doxygen/Developer/building.docu index 40acdfa6aa6b70910b23bfd02ad0468052c2e604..d75f9fa206680e55875c8eec43157a376c424745 100644 --- a/Doxygen/Developer/building.docu +++ b/Doxygen/Developer/building.docu @@ -67,7 +67,6 @@ *
  • Click generate to create the visual studio project files
  • *
  • You can now find a Visual Studio solution file (OpenFlipper.sln) in the build directory you chose in cmake
  • *
  • Now you can build OpenFlipper from within Visual Studio using the newly created project file by starting Build Solution.
  • - *
  • After OpenFlipper is build, move the required DLLs to the Build subdirectory. You need: ...
  • * * * Note: If you want to build OpenFlipper as release, you have to set the CMAKE_BUILD_TYPE variable to "Release" before configuring