# Xenos Engine ## SDL build ``` cd ~ curl -LO https://github.com/libsdl-org/SDL/releases/download/release-3.4.0/SDL3-3.4.0.tar.gz tar xf SDL3-3.4.0.tar.gz cd ./SDL3-3.4.0 cmake -S . -B build -DSDL_TESTS=OFF -DSDL_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF make -C build -j8 ``` ## build ``` cd ~/xenosengine make ./main ```