Add README.md
This commit is contained in:
parent
3d69a0680b
commit
7ce8a7d868
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# libscio — Custom C++ I/O streams and general I/O utilities
|
||||||
|
|
||||||
|
Support for:
|
||||||
|
|
||||||
|
- POSIX file descriptors
|
||||||
|
- sockets
|
||||||
|
- reading/writing values in a different byte order than the native one
|
||||||
|
- reading from memory mapped files
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
|
after building and installing the dependency:
|
||||||
|
|
||||||
|
- [libscerror](httos://git.bobpolis.com/bob/libscerror/)
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
`sudo make install`
|
||||||
|
|
||||||
|
or, on OpenBSD:
|
||||||
|
|
||||||
|
`doas gmake install`
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Not yet available.
|
Loading…
x
Reference in New Issue
Block a user