aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-05-13 14:00:16 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-05-13 14:00:16 +0200
commit52067f27f33e9147b46d5b21793eaca1e803d3ff (patch)
tree52b5b5a702d17b894a2f084bf632a7ad107b6e96 /INSTALL
parent320b84189b22bd513d25203efd9dec2eb2be5097 (diff)
downloadka9q-fec-master.tar.gz
ka9q-fec-master.tar.bz2
ka9q-fec-master.zip
Clarify build instructionsHEADv3.0.1-odr1master
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 62468fc..7c003a2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,16 @@
INSTALLATION INSTRUCTIONS
-To build and install the libfec libraries, simply say
+CMake-based build:
+
+Works on most platforms. Do
+
+mkdir build
+cd build
+cmake ..
+make
+
+
+If that fails, try the older automake-based build:
./bootstrap
./configure