mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-22 06:19:32 -06:00
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:
@@ -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
|
||||
|
||||
10
docs/WINE.md
10
docs/WINE.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user