diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 11 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 |