Skip to content

Commit b064d02

Browse files
Update README.md
1 parent 5cb5c7e commit b064d02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It is recommended to add DSB to your `AUTOEXEC.BAT` file so the driver initializ
88
# Compatibility
99
DSB has been tested on MS-DOS 6.22. It's unknown if it works on earlier versions, but it should work on later versions. And since DSB is a DOS driver, it will also add modern USB compatibility to DOS-based Windows versions, such as Windows 3.x. It should also work for any other Windows version you install on top of DOS 6.22.
1010

11-
# Build Instructions
11+
# Build Instructions (for v1.0)
1212

13-
1. Download the source code file (`DSB.BAS`) and place it somewhere on your DOS hard drive.
14-
2. Install [QuickBasic 4.5](https://winworldpc.com/product/quickbasic/45) from WinWorldPC.
15-
3. Launch QuickBasic, press `Esc` to clear the dialog box, go to `File >> Open Program`, and browse to wherever you put the source code file. Select `OK` to open it.
13+
1. Download the source code file (`DSB.C`) and place it somewhere on your DOS hard drive.
14+
2. Install [Borland Turbo C 2.x](https://winworldpc.com/product/borland-turbo-c/2x) from WinWorldPC.
15+
3. Launch Turbo C, go to `File >> Open`, and browse to wherever you put the source code file.
1616
4. Now is the time to make any desired changes to the code.
17-
5. Create an executable file (EXE) by going to `Run >> Make EXE File...` Type a name for the executable file and select `Make EXE`.
18-
17+
5. Create an executable file (EXE) by going to `Compile >> Make EXE File`. If you've made changes to the code, you should test it first by going to `Run >> Run`.
18+
1919
Alternatively, if you don't want to build DSB yourself, you can just download a premade executable from the Releases page.
2020

2121
# License

0 commit comments

Comments
 (0)