aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
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