Code Monkey home page Code Monkey logo

matching-pursuit's Introduction

To compile FFTW for MP5 make following steps:
---------------------------------------------
1. Download source tarball from http://www.fftw.org
2. Extract files from the archive to a separate directory (let's call it F)
3. In directory F, run (in a terminal)

./configure --with-our-malloc --enable-static --disable-shared \
	--disable-threads --enable-sse2
make

4. Now you can go for a coffee :-]
5. When compilation finishes, among the new files in the directory F
should be a file named "libfftw3.a" or similarly. If it is not in the main
directory, it should be in a hidden subdirectory ".libs".
6. Move this file to a separate, empty directory. Remember its full path
(e.g. /home/john/newdir/libfftw3.a) - let's call it A.

To compile MP5 with your custom FFTW binary make following steps:
---------------------------------------------------------------
1. In the directory to which this file belongs, run following commands
in a terminal, replacing [A] with the full path to FFTW binary built
in the previous step:

./autogen.sh
./configure --with-fftw3=[A]
make

3. That's it! MP5 executable (mp5) should be present in this directory.
4. Have a fun with MP5.

matching-pursuit's People

Contributors

keszybz avatar karolaug avatar develancer avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.