You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
aucat | 8 months ago | |
bsd-compat | 8 months ago | |
contrib | 8 months ago | |
examples | 8 months ago | |
libsndio | 5 months ago | |
midicat | 8 months ago | |
sndioctl | 8 months ago | |
sndiod | 8 months ago | |
.gitignore | 8 months ago | |
Makefile.in | 8 months ago | |
README.md | 8 months ago | |
configure | 8 months ago |
README.md
Welcome to sndiod-1.8.1 for SGI IRIX!
This is a port of OpenBSD's sndio-1.8.1 (https://sndio.org/) to SGI IRIX.
Compilation
sndio:
bash# cd sndio-1.8.1_sgi/
bash# gmake clean
bash# ./configure CC=c99 LDFLAGS='-Wl,-rpath,/usr/local/lib'
bash# gmake
bash# gmake install
Done!
Usage
Refer to the official documentation to get started (https://man.openbsd.org/sndio).