Skip to content

Commit 70f7daf

Browse files
committed
Update the 'build' section after the update of dub
1 parent f550dd3 commit 70f7daf

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
sgio.d [![Build Status](https://travis-ci.org/ljdelight/sgio.d.svg?branch=master)](https://travis-ci.org/ljdelight/sgio.d)
22
======
3-
sgio.d is an sgio library written in D to assist with writing low-level scsi device drivers and quick prototyping.
3+
sgio.d is an sgio library to assist with writing low-level scsi device drivers and quick prototyping.
44

55
Features
66
=====
7-
* Supports sending ioctls on both Windows and Linux (D syntax made this very easy)
7+
* Supports sending ioctls on both Windows and Linux
88
* Inquiries:
99
* Standard Inquiry (0x00)
1010
* Supported VPD Pages VPD (0x00)
@@ -15,13 +15,8 @@ Features
1515
* ReadCapacity10
1616
* Read10, Read12, Read16
1717
* Write Commands:
18-
* Write10, Write12, Write16
19-
* Write commands are obviously low-level and are NOT used in the sgio_example demo code
20-
18+
* Write10, Write12, Write16 (these are dangerous)
2119

2220
To Build
2321
======
24-
There are OS-specific makefiles for Windows and Linux, and it is assumed you know how to build on those platforms (linux does need LD_LIBRARY_PATH so it can find the .so).
25-
26-
27-
sgio_example.d is a sample program that sends a few inquiries (std inquiry, supported VPD, USN, and MNA) and reads the first 512-byte block of a device. I would like to extend this to do something more interesting.
22+
Use dub to build the library. See the examples directory for sample code.

0 commit comments

Comments
 (0)