summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 11 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 58dd666..e8c14c9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Required dependencies:
* Optional ZeroMQ http://www.zeromq.org
Use --disable-output-zeromq if you don't have it
-Simple install procedure:
-=========================
+Simple install procedure using tarball release:
+===============================================
% wget http://www.ka9q.net/code/fec/fec-3.0.1.tar.bz2
# Download libfec
@@ -25,6 +25,15 @@ Simple install procedure:
[ as root ]
% make install # Install CRC-DabMux
+Nearly as simple install procedure using repository:
+====================================================
+
+ * Download and install fec as above
+ * Clone the git repository
+ * Bootstrap autotools:
+ % aclocal && automake --gnu --add-missing && autoconf
+ * Then use ./configure as above
+
Advanced install procedure:
===========================