Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Apr 25, 2007, 10:29:05 PM (17 years ago)
Author:
stevenhl
Comment:

Rework home page

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    11
    2 == Uniaud for OS/2 & eCS ==
     2[[PageOutline]]
     3
     4= Uniaud for OS/2 & eCS =
     5
     6This is the development home for uniaud, the Universal Audio Driver for eCS and OS/2.
     7
     8See the [wiki:FAQ Uniaud FAQ] for answers to your questions.
     9
     10= Getting the sources =
     11
     12In addition to [../browser browsing] the sources here, you can check out the
     13[/repos/uniaud sources]
     14with your favorite subversion client.
     15
     16Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are
     17ordinary directories in subversion.
     18With the typical subversion respository layout, it is
     19rather easy to checkout more than you
     20probably intend to.  To pull just the trunk version, use something like
     21
     22{{{
     23mkdir uniaud32_workspace
     24cd uniaud32_workspace
     25svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk trunk
     26}}}
     27
     28and
     29
     30{{{
     31mkdir uniaud16_workspace
     32cd uniaud16_workspace
     33svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk trunk
     34}}}
     35
     36
     37To update your workspace with the current repository content, use
     38
     39{{{
     40cd uniaud32_workspace\trunk
     41svn update
     42}}}
     43
     44If you want commit access to the repository, contact Paul.
     45
     46= Building =
     47
     48  [/repos/uniaud/GPL/trunk/howtobuild.txt Building]
     49
     50= Alsa Resync =
     51
     52Uniaud derives some of its functionality from the [http://www.alsa.com Alsa] project.
     53This mean we periodically [AlsaResync resync] our sources with the latest ALSA sources.
     54This provide both aditional device support as well as defect fixes.
     55
     56= Credits =
     57
     58  TBD
     59
     60If we forgot anyone, please let us know.  It was unintentiional.
     61
     62----
     63----
    364
    465