# howto **Repository Path**: c-game/howto ## Basic Information - **Project Name**: howto - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2022-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README install tools on raspberry pi ``` sudo apt install gcc git wget make autoconf ``` install sdl2 ``` apt install libsdl2{,-image,-mixer,-ttf,-gfx}-dev ``` build ``` ./build ``` run ``` ./app ```