Skip to content

Build on any OS with Visual Studio Code

Marcus Hudritsch edited this page Apr 24, 2019 · 23 revisions
  • All C++ projects can also be built with the platform independent IDE CLion from JetBrains. For Windows without Visual Studio download the MinGW version with the GNU toolchain. For Windows, we recommend to build and work with Visual Studio.
  • Clone the SLProject GIT repository into a directory of your choice.
  • Install the latest CMake. You need at least CMake Version 3.3.
  • Open the CLion IDE.
    • Choose Import Project from Sources on the Welcome screen.
    • Select the top-level CMakeLists.txt file in the SLProject root folder.
    • Choose Open Existing Project
    • Wait for the configuration to complete.
  • Press the Hammer Button on the top toolbar to build all projects.
  • Press the Run Button on the top toolbar to run the selected app|configuration.
Clone this wiki locally