Replace wine with wibo (#484)

* Remove wine from the project and reference WiBo

* Install wibo in ci, readme update

* Update Docker instance to Ubuntu 22.04 (#485)

* wibo 0.1.1

* remove unnecessary build args

* wibo 0.2.1

* wibo 0.2.1 in Dockerfile

Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
This commit is contained in:
Ethan Roseman
2022-07-23 11:59:30 -04:00
committed by GitHub
parent 409179b0c2
commit e67c36d5a7
12 changed files with 54 additions and 104 deletions

View File

@@ -78,10 +78,10 @@ yarn dev
### Optional steps
- [Configure wine for Windows compiler on Linux](WINE.md)
- [Set up GitHub authentication](GITHUB.md)
- [Install nsjail to run the compiler sandbox](SANDBOX.md)
- [Configure an nginx reverse proxy](NGINX.md)
- Download [wibo](https://github.com/decompals/WiBo/releases/latest) and add it to your system path (for running Windows compilers from Linux)
## Notes

View File

@@ -1,10 +0,0 @@
### Wine setup (for local development, running Windows compilers)
- Create a wineprefix dir
```shell
WINEPREFIX=$HOME/.wine WINEARCH=win32 wineboot --init
```
- Add the WINEPREFIX setting to your .local.env file in the root of the repo
```shell
echo "WINEPREFIX=$HOME/.wine" >> .local.env
```