summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-07 07:58:16 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-07 08:18:28 +0100
commit400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4 (patch)
treed9a6745f774c5cf05e8417be3f19e890158c0040 /INSTALL
parentec94a07844bbfe16138d30a788ec04bd6e588328 (diff)
downloaddabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.gz
dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.tar.bz2
dabmux-400df39cb1c7565b5fc8f3dbfef0c054b4bb65f4.zip
rename CRC-DabMux to ODR-DabMux
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index d5fafd3..5f86e80 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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:
====================================================