Skip to content

Getting Started

WiSie98 edited this page Sep 2, 2024 · 2 revisions

Prerequisites

Ensure you have the following installed:

Building the Engine

Follow these steps to build the engine:

  1. Clone the repository:

    git clone https://github.com/WiSie98/SpriteSparkEngine.git
    
  2. Navigate to the project directory:

    cd SpriteSparkEngine\Scripts
    
  3. Generate project files:

    You can configure the Premake project by either using the provided batch files (Setup-Linux.sh, Setup-MacOS.sh, Setup-Windows.bat) or by manually running the following command:

    premake5 gmake  # for makefiles
    premake5 vs2022 # for a Visual Studio 2022 solution
    premake --help  # to see a list of supported toolsets

Clone this wiki locally