From 52067f27f33e9147b46d5b21793eaca1e803d3ff Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 13 May 2016 14:00:16 +0200 Subject: Clarify build instructions --- INSTALL | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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 -- cgit v1.2.3