Skip to content

Commit

Permalink
Rewrite the build script to always use bubblewrap
Browse files Browse the repository at this point in the history
Bubblewrap is more convenient than chroot and also safer (since it does not require root rights).
  • Loading branch information
Kron4ek committed Jul 5, 2022
1 parent 494a447 commit 16f3b94
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 344 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Due to the cloud space limitation, i delete very old builds every few years.

Extract to any directory and run applications using the path to the Wine binary. For example:

/home/username/wine-6.0-amd64/bin/wine application.exe
/home/username/wine-7.0-amd64/bin/wine application.exe

---

Expand Down Expand Up @@ -80,7 +80,7 @@ Configure options: `--without-ldap --without-oss --disable-winemenubuilder --dis

## Compilation / Build environment

I use **create_ubuntu_chroots.sh** and **build_wine.sh** to compile my Wine builds, you can use these scripts to compile your own Wine builds. The first script creates two Ubuntu chroots (32-bit and 64-bit) and the second script compiles Wine builds inside the created chroots. Optionally, you can disable the chroots usage in the **build_wine.sh** script and compile Wine builds on your host system.
I use `create_ubuntu_bootstraps.sh` and `build_wine.sh` to compile my Wine builds, you can use these scripts to compile your own Wine builds. The first script creates two Ubuntu bootstraps (32-bit and 64-bit) and the second script compiles Wine builds inside the created bootstraps by using `bubblewrap`.

These scripts are a pretty convenient way to compile your own Wine builds if you don't trust my binaries or if you want to apply different patches.

Expand Down
Loading

0 comments on commit 16f3b94

Please sign in to comment.