{"id":16554727,"url":"https://github.com/owez/openttdrpi","last_synced_at":"2026-06-11T09:31:49.359Z","repository":{"id":182037771,"uuid":"667845706","full_name":"Owez/openttdrpi","owner":"Owez","description":"Resources for running OpenTTD on the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2023-07-18T12:48:45.000Z","size":73157,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T01:41:43.921Z","etag":null,"topics":["openttd","raspberry-pi","rpi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Owez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-18T12:37:15.000Z","updated_at":"2023-07-18T23:51:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb400193-64d4-4cf2-8b54-2cf1dd8690fe","html_url":"https://github.com/Owez/openttdrpi","commit_stats":null,"previous_names":["owez/openttdrpi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Owez/openttdrpi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fopenttdrpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fopenttdrpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fopenttdrpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fopenttdrpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Owez","download_url":"https://codeload.github.com/Owez/openttdrpi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Owez%2Fopenttdrpi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openttd","raspberry-pi","rpi"],"created_at":"2024-10-11T19:52:11.448Z","updated_at":"2026-06-11T09:31:49.334Z","avatar_url":"https://github.com/Owez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenTTD on Raspberry Pi\n\nResources for running OpenTTD on the Raspberry Pi\n\n## Builds\n\nHere's a list of binaries I've built for OpenTTD:\n\n- OpenTTD v13.3 64-bit, Built 18/07/2023 with a Raspberry Pi 4: [Download](https://github.com/Owez/openttdrpi/blob/master/binaries/openttd-rpi4-64bit-v13-3.zip) \n\n## Compiling\n\nA short guide on how to compile \u0026 run a modern OpenTTD binary on a Raspberry Pi that'll work for newer generations (3/4/etc). After reading this, you might want to look at the resources for [dedicated servers](https://wiki.openttd.org/en/Manual/Dedicated%20server)!\n\nFirst, download the zipped source files from the [downloads page](https://www.openttd.org/downloads/openttd-releases/latest); this unzipped directory will be referred to as the *source directory*. Once you have them unzipped, install the following compilation dependencies:\n\n```shell\nsudo apt-get update\nsudo apt-get install build-essential pkg-config libsdl1.2-dev subversion patch zlib1g-dev liblzo2-dev liblzma-dev libfontconfig-dev libicu-dev\nsudo apt-get install cmake\n```\n\nOne or two of these dependencies probably aren't needed but it's fine. Once you have these dependencies installed, you should be able to run the following commands inside of the unzipped source directory:\n\n```shell\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo\nmake -jobs=4\n```\n\nLinking takes forever but you should now have a compiled release version of OpenTTD to use on your Raspberry Pi :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowez%2Fopenttdrpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowez%2Fopenttdrpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowez%2Fopenttdrpi/lists"}