KhronosGroup / OpenCOLLADA

652 stars 252 forks source link

Just need help on Windows installation, (instructions unclear) #650

Open CrystalAmbient opened 3 years ago

CrystalAmbient commented 3 years ago

Which repository is the this repository refering to in the install instructions for windows?

  1. Create a new folder alongside this repository (not inside it), called OpenCOLLADA-cmake
  2. cd OpenCOLLADA-cmake
  3. cmake ../OpenCOLLADA

By my miniscule understanding the following was attempted: 1st: C:\Program Files\OpenCOLLADA-cmake>cmake ../OpenCOLLADA CMake Error: The source directory "C:/Program Files/OpenCOLLADA" does not exist. Specify --help for usage, or press the help button on the CMake GUI. 2nd: C:\Program Files\OpenCOLLADA-cmake> C:\Program Files> cd OpenCOLLADA-cmake C:\Program Files\OpenCOLLADA-cmake>set PATH="C:\Program Files\CMake\bin\";%PATH% C:\Program Files\OpenCOLLADA-cmake>cmake ../OpenCOLLADA CMake Error: The source directory "C:/Program Files/OpenCOLLADA" does not exist. Specify --help for usage, or press the help button on the CMake GUI.