Skip to content

Commit 5a111ed

Browse files
authored
Update README with build instructions for Windows
Added Windows build instructions and improved formatting.
1 parent 99dd8bb commit 5a111ed

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

Readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# FuseX - Fuse Emulator Fork for macOS
1+
# FuseX - Fuse Emulator Fork
22

3-
This is a fork of Fuse (the Free Unix Spectrum Emulator) for macOS, originally forked from [Fuse for macOS](https://sourceforge.net/p/fuse-for-macosx/fuse-for-macos) on SourceForge.
3+
This is a fork of Fuse (the Free Unix Spectrum Emulator), originally forked from [Fuse for macOS](https://sourceforge.net/p/fuse-for-macosx/fuse-for-macos) on SourceForge.
44

55
This fork is maintained for [speccytools](https://github.com/speccytools).
66

77
See [README](./README) for original instructions.
88

99
## Requirements
1010

11+
### On Mac
12+
1113
To build, do
1214

1315
```bash
@@ -19,3 +21,11 @@ To switch xcodebuild to use XCode, and then do
1921
```bash
2022
make
2123
```
24+
25+
### On Windows
26+
27+
Install MINGW64, do
28+
29+
```
30+
./build_win32.sh
31+
```

0 commit comments

Comments
 (0)