> <\body> > with >> Here is the list of packages to be installed before using the default configuration of >: <\with|par-mode|center> >|>|>|>>||http://ftp.gnu.org/gnu/libtool/libtool-2.2.4.tar.gz>>|>|>|>>||http://ftp.gnu.org/gnu/readline/readline-6.0.tar.gz>>|>|>|>>||http://ftp.gnu.org/gnu/ncurses/ncurses-5.7.tar.gz>>|>|>|>>>>> If you want to compile the package , you also need to install: <\with|par-mode|center> >|>|>|>>||ftp://ftp.gnu.org/gnu/gmp/gmp-4.3.1.tar.gz>>|>|>|>>||http://www.mpfr.org/mpfr-current/mpfr-2.4.2.tar.gz>>|>|>|>>>>> If you want to compile the package , you also need to install: <\with|par-mode|center> >|>|>|>>||http://www.netlib.org/blas/blas.tgz>>|>|>|>>||http://www.netlib.org/lapack/lapack-3.2.1-CMAKE.zip>>|>|>|>>>>> \; If you want to configure additional subpackages of >, some other external packages may be required. In this case, please consult the installation instructions available for each > package.\ > You can either> <\itemize-dot> get the version under development with: <\shell-code> svn checkout svn://scm.gforge.inria.fr/svn/mmx or download a source distribution if it is available at <\with|par-mode|center> > and uncompress it with: <\shell-code> tar zxvf mmx-*.*.*-Source.tar.gz To run the configuration, |http://www.cmake.org/> version at least should be available on your platform. The package can be configured out-of-source (eg. in a folder ) as follows: <\shell-code> mkdir build; cd build; cmake ../path_to_mmx\> make The folder where the construction will be run is in this case . If you want to install it globally in your environment after it is compiled, you can run the following instructions (possibly with the rights): <\shell-code> cmake ../path_to_mmx\>> -DCMAKE_INSTALL_PREFIX=install_dir\> make make install where install_dir\>>> is the folder where to install the package so that the libraries go in install_dir\>/lib>; and the headers in install_dir\>/include>. If not specified, the package is installed by default in . More information on the configuration with are available . \ \ To see the operations performed during the command, you can use:\ <\shell-code> make VERBOSE=1 In case you have not run , you can set up your environment locally in the folder with: <\shell-code> source path_to_build\>/local_env > To use the package > in a project, you can simply add the following lines in your file : <\cpp-code> find_package(Mmx) include_directories (${MMX_INCLUDE_DIR}) link_directories (${MMX_LIBRARY_DIR}) link_libraries (${MMM_LIBRARIES}) . If you don't have this file, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.>