Skip to content

Commit

Permalink
Merge pull request #119 from AranVink/patch-2
Browse files Browse the repository at this point in the history
docs: Fix spelling in README.md
  • Loading branch information
volkertb authored Jun 16, 2024
2 parents a31ad51 + 2355249 commit 23b3227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ JEMM+QPIEMU (or QEMM), only protected mode applications
will be supported.

## README for End Users
If your want to use SBEMU without building it, please read [README.txt](./README.txt) for setup and a list of commandline options.
If your want to use SBEMU without building it, please read [README.txt](./README.txt) for setup and a list of command line options.

## Building from source

macOS, Linux and Windows is supported. For Windows, consider using
WSL2 + Linux binaries. If you need to frequently debug/test on your
local DOS, there's a makeifle.dos for you.
local DOS, there's a makefile.dos for you.

### Installing a cross-compiler (DJGPP)

Expand Down Expand Up @@ -101,14 +101,14 @@ tools are needed. Refer to the `build-djgpp` README file for details.
### Installing DJGPP on DOS

With the source code increasing, it's not recommended to build from DOS.
Also the DJGPP DOS build doesn't use -O2 and -flto, beucause the GCC version is old and buggy with -O2.
Also the DJGPP DOS build doesn't use -O2 and -flto, because the GCC version is old and buggy with -O2.

If building the project on DOS is needed, download the original DJGPP
from here: https://www.delorie.com/djgpp/zip-picker.html It has make utility too.
* Select `MS-DOS,OpenDOS,PC-DOS` in the `Which operating system will you be using?` drop down,
* Check `C++` checkbox on `Which programming languages will you be using?`
* Click `Tell me which files I need`
* Unpack all the zip files into a same folder, and put it on your DOS partion (i.e. C:\DJGPP)
* Unpack all the zip files into a same folder, and put it on your DOS partition (i.e. C:\DJGPP)

[DOSLFN](http://www.adoxa.altervista.org/doslfn/) is also need to perform build.
The PATH env needs to be set properly before building.
Expand Down

0 comments on commit 23b3227

Please sign in to comment.