diff options
-rw-r--r-- | INSTALL | 12 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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 @@ -7,6 +7,8 @@ the file "lesser.txt" in this package for license details. It has been modified by Matthias P. Braendli, HB9EGM, so that it compiles for x86_64 and for arm. +For installation instructions, please see INSTALL + INTRODUCTION This package provides a set of functions that implement several |