this repo has no description
0
fork

Configure Feed

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

Add TOC; Add Raspberry Pi OS (64-bit) instructions (#2543)

authored by

Alice and committed by
GitHub
4dc16f69 8667badc

+38
+38
README.md
··· 3 3 ![TIC-80](https://tic80.com/img/logo64.png) 4 4 **TIC-80 TINY COMPUTER** - [https://tic80.com](https://tic80.com) 5 5 6 + - [About](#about) 7 + - [Features](#features) 8 + - [Binary Downloads](#binary-downloads) 9 + - [Nightly builds](#nightly-builds) 10 + - [Pro Version](#pro-version) 11 + - [Pro features](#pro-features) 12 + - [Community](#community) 13 + - [Contributing](#contributing) 14 + - [Build instructions](#build-instructions) 15 + - [Windows](#windows) 16 + - [with Visual Studio 2017](#with-visual-studio-2017) 17 + - [with MinGW](#with-mingw) 18 + - [Linux](#linux) 19 + - [Ubuntu 14.04](#ubuntu-1404) 20 + - [Ubuntu 18.04](#ubuntu-1804) 21 + - [Arch](#arch) 22 + - [Fedora 36](#fedora-36) 23 + - [Raspberry Pi OS (64-Bit) (Bookworm)](#raspberry-pi-os-64-bit-bookworm) 24 + - [Raspberry Pi (Retropie)](#raspberry-pi-retropie) 25 + - [Mac](#mac) 26 + - [FreeBSD](#freebsd) 27 + - [Install instructions](#install-instructions) 28 + - [Linux](#linux-1) 29 + - [iOS / tvOS](#ios--tvos) 30 + - [Credits](#credits) 31 + 32 + 6 33 # About 7 34 TIC-80 is a free and open source fantasy computer for making, playing and sharing tiny games. 8 35 ··· 136 163 make -j4 137 164 ``` 138 165 166 + Install with [Install instructions](#install-instructions) 167 + 168 + ### Raspberry Pi OS (64-Bit) (Bookworm) 169 + 170 + Run the following commands from a terminal: 171 + 172 + ``` 173 + sudo apt update && sudo apt -y install cmake libpipewire-0.3-dev libwayland-dev libsdl2-dev ruby-dev libcurl4-openssl-dev 174 + git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build 175 + cmake -DBUILD_SDLGPU=On -DBUILD_STUB=On .. --fresh && cmake --build . --parallel 2 176 + ``` 139 177 Install with [Install instructions](#install-instructions) 140 178 141 179 ### Raspberry Pi (Retropie)