Update README.md
This commit is contained in:
parent
31300b9cca
commit
fe52089b1a
|
@ -97,13 +97,9 @@ Remove the `--release` flag from MSBuild if you want debugging symbols.
|
|||
|
||||
TODO it's not --release
|
||||
|
||||
Running is even easier, just execute `EmuHawkMono.sh` in the repo's `output` folder (this folder is what gets distributed in a Release build, you can move/rename it).
|
||||
If your distro isn't listed above, `libblip_buf` probably isn't in your package repos. You can easily [build it yourself](https://gitlab.com/TASVideos/libblip_buf/blob/unified/README.md).
|
||||
|
||||
If your distro isn't listed under *Installing* above, you might get an "Unknown distro" warning in the terminal, and BizHawk may not open or may show the missing dependencies dialog. You may need to add your distro to the case statement in the script, setting `libpath` to the location of `d3dx9_43.dll.so` (please do share if you get it working).
|
||||
|
||||
Again, if your distro isn't listed above, `libblip_buf` probably isn't in your package repos. You can easily [build it yourself](https://gitlab.com/TASVideos/libblip_buf/blob/unified/README.md).
|
||||
|
||||
Once built, see the *Installing* section above.
|
||||
Once built, see the *Installing* section above, substituting the repo's `output` folder for the download. If your distro isn't listed there, you might get an "Unknown distro" warning in the terminal, and BizHawk may not open or may show the missing dependencies dialog. You may need to add your distro to the case statement in the script, setting `libpath` to the location of `d3dx9_43.dll.so` (please do share if you get it working).
|
||||
|
||||
### Windows 7/8.1/10
|
||||
|
||||
|
|
Loading…
Reference in New Issue