aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthias (think) <matthias@mpb.li>2012-07-11 11:49:12 +0200
committerMatthias (think) <matthias@mpb.li>2012-07-11 11:49:12 +0200
commite92f9c408634810828e75d4ad6da408e1c142195 (patch)
treed4e622617f58a70ed3dd2e57418f73f412e7193b /INSTALL
downloaddabmod-e92f9c408634810828e75d4ad6da408e1c142195.tar.gz
dabmod-e92f9c408634810828e75d4ad6da408e1c142195.tar.bz2
dabmod-e92f9c408634810828e75d4ad6da408e1c142195.zip
added unmodified mmbtools
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..3845e91
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,18 @@
+Simple install procedure:
+=========================
+
+ % tar xjf crc-dabmod-0.3.2.tar.bz2 # Unpack the source
+ % cd crc-dabmod-0.3.2 # Change to the source directory
+ % ./configure --disable-debug --with-debug-malloc=yes --enable-fft-simd
+ # Run the configure script
+ % make # Build CRC-DABMOD
+ [ as root ]
+ % make install # Install CRC-DABMOD
+
+
+Advanced install procedure:
+===========================
+
+The configure script can be launch with a variety of options, launch the
+following command for a complete list:
+ % ./configure --help