Fusion SDK Generator - CMake

Table of Contents

About

CMake is an open-source, cross-platform family of tools which can be used with the SDK to build, test and package software.

Setup Procedure

Linux

  1. Clone and build CMake:
wget https://github.com/Kitware/CMake/releases/download/v3.16.2/cmake-3.16.2.tar.gz
tar -zxvf cmake-3.16.2.tar.gz
cd cmake-3.16.2
./bootstrap
make
sudo make install

Windows

  1. Download and install the Windows win64-x64 Installer of CMake.

Please install cmake in any directory that does not contain spaces, i.e. c:\cmake. This is to avoid path issues with cmake.

Copyright (C) 2019 Wind River Systems, Inc.