this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Ubuntu 24.04 build instructions (#2764)

Fix build instructions for Ubuntu 24.04 as informed in issue #2742

authored by

Marcos Vinicios Pagelkopf junior and committed by
GitHub
150f60b2 fcfd7c98

+1 -1
+1 -1
README.md
··· 224 224 ``` 225 225 sudo apt update && sudo apt -y install build-essential cmake git libpipewire-0.3-dev libwayland-dev libsdl2-dev ruby-dev libcurl4-openssl-dev libglvnd-dev libglu1-mesa-dev freeglut3-dev 226 226 git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build 227 - cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel 227 + cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On -DBUILD_STATIC=On .. && cmake --build . --parallel 228 228 ``` 229 229 230 230 Install with [Install Instructions](#install-instructions)