FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Installation · EngineSquared/EngineSquared Wiki · GitHub

Installation

Miouzora edited this page Mar 23, 2026 · 3 revisions

Installation

Requirements

Xmake will install most of the dependencies automatically.

When running on Linux / Unix systems

It may be necessary to install graphical packages for the rendering plugins to work properly. When running a build using xmake, compilation errors will tell what specific system-wide packages are missing.

Compile the library

  1. Run xmake build -y

Compile for external project using Engine²

Right now, the only way to compile against Engine² is to compile against a local copy of the repository. This is done by adding the following lines to your xmake.lua file:

-- at the root of the xmake:
includes("../EngineSquared/xmake.lua") -- or any other path to the Engine² repository

target("YourTarget")
    ...
    add_deps("EngineSquared") -- add Engine² as a dependency

Wiki pages Pages 16

Clone this wiki locally


Back | FazBrowse Home | New Git URL