{"id":19052823,"url":"https://github.com/dfhack/build-env","last_synced_at":"2026-03-11T04:32:25.688Z","repository":{"id":39985744,"uuid":"130444029","full_name":"DFHack/build-env","owner":"DFHack","description":"DFHack build environment","archived":false,"fork":false,"pushed_at":"2025-04-13T15:41:43.000Z","size":28733,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T02:45:56.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DFHack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-21T05:47:28.000Z","updated_at":"2025-04-13T15:41:47.000Z","dependencies_parsed_at":"2024-11-08T23:28:14.478Z","dependency_job_id":"e91c68f0-d896-4dbf-9cfb-d97d71872835","html_url":"https://github.com/DFHack/build-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DFHack/build-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFHack%2Fbuild-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFHack%2Fbuild-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFHack%2Fbuild-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFHack%2Fbuild-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DFHack","download_url":"https://codeload.github.com/DFHack/build-env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DFHack%2Fbuild-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30370799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":[],"created_at":"2024-11-08T23:28:09.596Z","updated_at":"2026-03-11T04:32:25.655Z","avatar_url":"https://github.com/DFHack.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DFHack Build Environment\n\n## Known issues\n\n- Debug builds are broken on the MSVC image. Release builds work properly. The `dfhack-configure` script automatically overrides RelWithDebInfo to Release.\n\n## Contents\n\n### GCC 4.8 image\n\n- Ubuntu Trusty (14.04 LTS)\n- buildpack-deps (see [Docker Hub](https://hub.docker.com/_/buildpack-deps/) description for details)\n- GNU C/C++ compilers (gcc and g++)\n  - Version 4.8.5\n  - 32-bit and 64-bit\n  - Linux and Mac OS X\n  - Minimum OS X version 10.6\n- ccache (intended to have cache directory stored outside the container)\n- CMake version 3.17 or later\n- Google protocol buffer compiler (shim DFHack native build directory at `/home/buildmaster/dfhack-native`)\n- Perl with `XML::LibXML` and `XML::LibXSLT` (required for df-structures)\n- OpenGL headers and libraries (required for Stonesense)\n- Sphinx (used to build DFHack documentation)\n- zlib for 32-bit and 64-bit Linux and Mac OS X\n- libSDL.so for 32-bit and 64-bit Linux\n- Precompiled Boost 1.67 or newer\n\n### Latest image\n\n- Ubuntu Bionic (18.04 LTS)\n- buildpack-deps (see [Docker Hub](https://hub.docker.com/_/buildpack-deps/) description for details)\n- GNU C/C++ compilers (gcc and g++)\n  - Version 7.3.0 or later\n  - 32-bit and 64-bit\n  - Linux and Mac OS X\n  - Minimum OS X version 10.6\n- ccache (intended to have cache directory stored outside the container)\n- CMake version 3.17 or later\n- Google protocol buffer compiler (shim DFHack native build directory at `/home/buildmaster/dfhack-native`)\n- Perl with `XML::LibXML` and `XML::LibXSLT` (required for df-structures)\n- OpenGL headers and libraries (required for Stonesense)\n- Sphinx (used to build DFHack documentation)\n- zlib for 32-bit and 64-bit Linux and Mac OS X\n- libSDL.so for 32-bit and 64-bit Linux\n- Precompiled Boost 1.67 or newer\n\n### MSVC image\n\n- Ubuntu Bionic (18.04 LTS)\n- buildpack-deps (see [Docker Hub](https://hub.docker.com/_/buildpack-deps/) description for details)\n- Microsoft Visual C++ 2015 compilers (update 3 or later)\n- ccache (experimental branch that supports MSVC) (intended to have cache directory stored outside the container)\n- CMake version 3.17 or later\n- Google protocol buffer compiler (shim DFHack native build directory at `/home/buildmaster/dfhack-native`)\n- Perl with `XML::LibXML` and `XML::LibXSLT` (required for df-structures)\n- Sphinx (used to build DFHack documentation)\n- Precompiled Boost 1.67 or newer\n- X Virtual Framebuffer (xvfb)\n- .NET Framework 4.5.2\n- Wine\n\n## Special Thanks\n\n- Mac OS X cross-compiler: \u003chttps://github.com/tpoechtrager/osxcross\u003e\n- Mac OS X SDK mirror: \u003chttps://github.com/phracker/MacOSX-SDKs\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfhack%2Fbuild-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfhack%2Fbuild-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfhack%2Fbuild-env/lists"}