Häufig gestellte Fragen

Brauchen Sie technischen Support?

Compiling CarMaker exe with CMake for Windows or Linux

Frage

How to compile a CarMaker executable for Windows or Linux using CMake?

Antwort

Prerequisites:

  • CMake and Visual Studio Code are installed.
  • CMake and CMake Tools extensions are added to Visual Studio Code.
  1. Download the attached template. It consists of the following files and folders: cmake, src, CMakeLists.txt and Readme.pdf
  2. Copy the folder “cmake” and the text file “CMakeLists.txt” to the top level of your project folder
  3. Copy the text file “CMakeLists.txt” located inside src to your project folder also inside src
  4. Open “CMakeLists.txt” at the top level of the project folder and set CarMaker Version on line 9
  5. Open the project folder in Visual Studio Code (Check prerequisites)
  6. Press ctrl+shift+p. A drop down menu will open. Search for “CMake: Configure” and select it
    The available compilers will show up. Select a compiler
  7. Press ctrl+shift+p again. The drop down menu will open. Search for “CMake: Install” and select it

The compiled executable is located inside “bin” on the top level of the project folder.

Download: CMake.zip

Brauchen Sie technischen Support?
  • Datum: 25.03.2024
  • Produkt: CarMaker
  • Version: 13.0
  • Komponente: C-Code Interface
  • Sprache: Englisch

Tags

CMake