Ryzee119/LithiumX

Building on linux.

samiscool51 opened this issue · 1 comments

for those intrested in building the linux version, these are the commands i used to build it on debian 12:

sudo apt install pkgconf libsdl2-dev libturbojpeg0-dev libjpeg-dev
mkdir build && cd build
cmake .. -G "Unix Makefiles"
cmake --build .

builds perfectly fine on my system, hope this helps someone.
image

Can you please raise a PR to include on the main README