Changes between Version 17 and Version 18 of GeniTmixSoftware


Ignore:
Timestamp:
03/14/13 15:59:28 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixSoftware

    v17 v18  
    2121
    2222== Install =
     23Follow these instructions to build and install the Tmix software.  The following assumes version 1.0 of the software, if installing a different version, replace tmix.1.0 with the correct version number.   
    2324
    24 1.  Copy the tmix software tarball to a directory
    25 2.  Issue the following commands to configure, build, and install the software
     251.  Copy the tmix software tarball to a directory where it can be uncompressed and untarred, then issue the following command:
    2626{{{
    27 test
     27tar -zxvf tmix.1.0
    2828}}}
    29 3. 
     29
     302.  Issue the following commands to configure, build the software:
     31{{{
     32cd tmix.1.0
     33./configure
     34make
     35}}}
     36
     373. Optionally, install the software by issuing the following command:
     38{{{
     39sudo make install
     40}}}
    3041
    3142This software requires a number of readily available software packages. Most modern Linux distributions should have these packages available via their native package management suite (eg. yum or apt).