mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Add some tips to the Windows build section
Attempting to cover the most common issues raised on Discord.
This commit is contained in:
parent
9225ded502
commit
c5f87d6d55
@ -19,6 +19,13 @@ docker run -u $(id -u):$(id -g) --rm -v $PWD/xemu:/xemu -w /xemu \
|
||||
./xemu/dist/xemu.exe
|
||||
```
|
||||
|
||||
### Tips
|
||||
|
||||
* The `docker run` command must be done from the directory containing the `xemu` clone, not from inside the clone. If running
|
||||
`ls -d xemu` does not print "xemu" you will need to change directories.
|
||||
|
||||
* When building on Windows via WSL2, doing the `git clone` from inside WSL2 may substantially increase the build speed.
|
||||
|
||||
## macOS
|
||||
|
||||
First install the [Homebrew package manager](https://brew.sh/).
|
||||
|
Loading…
Reference in New Issue
Block a user