Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 648 Bytes

File metadata and controls

41 lines (26 loc) · 648 Bytes

{{PROJECT_NAME}}

A c++ project with imgui and cmake.

Setup

Run the folowing to set the project name.

./init_name.py

After this running it again will not do anything.

For debugging, run the setup.sh to link the required files into the build directory (for creating bundles this isn't needed).

Building

Linux

Building just the executable (for debugging):

./setup.sh # only needed once
cmake -B ./build .
cmake build ./build

Building the appimage:

./build-appimage.sh

Windows

The windows builds are cross compiled on linux with mingw-w64-gcc.

./build-win-installer.sh