diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 07:58:16 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 08:18:28 +0100 |
commit | 400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4 (patch) | |
tree | d9a6745f774c5cf05e8417be3f19e890158c0040 /INSTALL | |
parent | ec94a07844bbfe16138d30a788ec04bd6e588328 (diff) | |
download | dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.gz dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.bz2 dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.zip |
rename CRC-DabMux to ODR-DabMux
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,12 +17,12 @@ Simple install procedure using tarball release: [as root] % make install # Install the library - % tar xjf crc-dabmux-0.3.0.4.tar.bz2 # Unpack the source - % cd crc-dabmux-0.3.0.4 # Change to the source directory + % tar xjf odr-dabmux-x.y.z.tar.bz2 # Unpack the source + % cd odr-dabmux-x.y.z # Change to the source directory % ./configure # Run the configure script - % make # Build CRC-DabMux + % make # Build ODR-DabMux [ as root ] - % make install # Install CRC-DabMux + % make install # Install ODR-DabMux Nearly as simple install procedure using repository: ==================================================== |