this repo has no description
0
fork

Configure Feed

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

Readme dependencies typo fixed (#2651)

authored by

Gaiko-sw and committed by
GitHub
ab76307e f5e96e8f

+1 -1
+1 -1
README.md
··· 221 221 Run the following commands from a terminal: 222 222 223 223 ``` 224 - sudo apt update && sudo apt -y install build-essential cmake git libpipewire-0.3-dev libwayllrubland-dev libsdl2-dev ruby-dev libcurl4-openssl-dev libglvnd-dev libglu1-mesa-dev freeglut3-dev 224 + 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 225 225 git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build 226 226 cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On .. && cmake --build . --parallel 227 227 ```