https://github.com/reddec/io
Common UNIX IO library for C++11
https://github.com/reddec/io
Last synced: over 1 year ago
JSON representation
Common UNIX IO library for C++11
- Host: GitHub
- URL: https://github.com/reddec/io
- Owner: reddec
- License: mit
- Created: 2015-04-20T07:43:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T12:51:56.000Z (about 11 years ago)
- Last Synced: 2025-03-09T00:06:39.072Z (over 1 year ago)
- Language: C++
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# io
Common UNIX IO library for C++11
# Install
```bash
cd /tmp && \
rm -rf io && \
git clone --recursive https://github.com/reddec/io && \
cd io && \
./build_debian.sh && \
sudo dpkg -i Release/IO-*.deb && \
cd ../
```