--- wikisrc/opensoundsystem.mdwn 2010/04/17 16:23:53 1.4 +++ wikisrc/opensoundsystem.mdwn 2010/07/04 00:40:06 1.6 @@ -1,3 +1,5 @@ +[[!meta title="OpenSoundSystem"]] + # Open Sound System for NetBSD This page shows the progress of the porting of OSSv4 to NetBSD. @@ -45,3 +47,17 @@ To get it: ### How to build it? + +I use this to build modules: + + rm -rf /tmp/ossbuild + mkdir /tmp/ossbuild + cd /tmp/ossbuild + + /home/ahoka/mercurial.opensound.com/configure + + gmake build + + cd prototype/usr/lib/oss/build/ + sh install.sh +