Getting Started

The end goal is to have Soup running on all three major operating systems, and building for any target. However, because I do not have access to a Mac device we only support Linux and Windows today.

Requirements

Linux
Windows

Setup

You can either install Soup or download a reference the archive.

Linux
Windows

Setup SDKs

Use the SWhere tool to find the latest installed version of the SDKs on your local machine (listed in the dependencies list).

swhere

Demo Video Executing Swhere Command

Create First Project

Run Initialize command to create a new project!

mkdir MyApp
cd MyApp
soup init

Demo Video Executing Init Command

Build First Project

soup build

Demo Video Executing Build Command

Run First Project

soup run

Demo Video Executing Run Command

Enjoy!

Check out the other Samples.