{"id":19336803,"url":"https://github.com/samrocketman/buildwine","last_synced_at":"2026-06-19T00:31:34.611Z","repository":{"id":145441820,"uuid":"67390918","full_name":"samrocketman/buildwine","owner":"samrocketman","description":"Sometimes I need to build WINE from source.  This repository keeps my notes.","archived":false,"fork":false,"pushed_at":"2020-10-18T07:11:47.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-17T00:03:24.699Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrocketman.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-05T05:33:59.000Z","updated_at":"2024-12-10T20:12:30.000Z","dependencies_parsed_at":"2023-06-08T21:00:56.797Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/buildwine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/buildwine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fbuildwine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fbuildwine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fbuildwine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fbuildwine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/buildwine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fbuildwine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34513020,"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-18T02:00:06.871Z","response_time":128,"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-10T03:12:29.055Z","updated_at":"2026-06-19T00:31:34.522Z","avatar_url":"https://github.com/samrocketman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build WINE on Ubuntu 16.04\n\nThis document is designed to build wine and install it in a user writeable\nprefix at `$HOME/usr`.  This was done to play No Man's Sky on WINE but the\npre-built Ubuntu packages didn't seem to work at all.\n\nI have registered my experience with the [No Man's Sky GOG page on the\nAppDB][appdb_nms].\n\nOther references:\n\n* [Ubuntu wiki page on WINE][wine_ubuntu]\n* [Building Biarch WINE][wine_biarch]\n\n# Install prerequisites for building Biarch WINE\n\nInstall prerequisites for both 64-bit and 32-bit software building.\n\n    ./dependencies.sh\n\n# Building Biarch WINE\n\nConfigurable environment variables:\n\n* `PREFIX` - You can choose your prefix to specify a new custom prefix (defaults\n  to `$HOME/usr`).\n* `WINE_VERSION` - Choose the git tag or branch in which to build WINE (defaults\n  to git tag `wine-1.9.16`).\n\nI created [a script](makewine.sh) which helps automate the building on Ubuntu.\n\n    ./makewine.sh\n\nAlternatively, specify a custom `PREFIX` as an example.\n\n    PREFIX=\"$HOME/usr\" ./makewine.sh\n\nOnce building is complete don't forget to add `$PREFIX` to your `$PATH`\nenvironment variable.  For example, add to your `~/.bashrc` file:\n\n```bash\nexport PATH=\"${HOME}/usr/bin:${PATH}\"\n```\n\n\u003e Note: the script builds WINE from master but I have built WINE 1.9.16 for No\n\u003e Man's Sky.  You can do that in the following way.\n\n\u003e     WINE_VERSION=wine-1.9.16 ./makewine.sh\n\n# Setting up WINE for No Man's Sky\n\nThis is for setting up WINE for No Man's Sky GOG edition.\n\n```bash\n#create $HOME/.wine\nwineboot\n#Configure WINE for Windows XP and alternatively change DPI for Hi DPI monitor\nwinecfg\n#Install No Man's Sky prereqs\nwinetricks -q msxml3\nwinetricks -q vcrun2010\nwinetricks -q vcrun2013\n#optionally set the Video memory size\nwinetricks videomemorysize=2048\n#Install No Man's Sky\nwine setup_no_mans_sky_2.3.0.5.exe\n```\n\n\u003e Note: WINE on Ubuntu does not work with WINE configured as Windows 7; however\n\u003e Windows XP worked for me.\n\nThen you may start No Man's Sky.\n\n```bash\nwine \"C:\\\\GOG Games\\\\No Man's Sky\\\\Binaries\\\\NMS.exe\"\n```\n\n[appdb_nms]: https://appdb.winehq.org/objectManager.php?sClass=version\u0026iId=34056\n[wine_biarch]: https://wiki.winehq.org/Building_Biarch_Wine_On_Ubuntu\n[wine_ubuntu]: https://wiki.winehq.org/Ubuntu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fbuildwine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fbuildwine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fbuildwine/lists"}