Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
71 stars 6 forks source link

Building on linux. #53

Open samiscool51 opened 1 month ago

samiscool51 commented 1 month ago

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

Ryzee119 commented 1 month ago

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