diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-13 14:00:16 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-13 14:00:16 +0200 |
commit | 52067f27f33e9147b46d5b21793eaca1e803d3ff (patch) | |
tree | 52b5b5a702d17b894a2f084bf632a7ad107b6e96 /INSTALL | |
parent | 320b84189b22bd513d25203efd9dec2eb2be5097 (diff) | |
download | ka9q-fec-52067f27f33e9147b46d5b21793eaca1e803d3ff.tar.gz ka9q-fec-52067f27f33e9147b46d5b21793eaca1e803d3ff.tar.bz2 ka9q-fec-52067f27f33e9147b46d5b21793eaca1e803d3ff.zip |
Clarify build instructionsHEADv3.0.1-odr1master
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 |