IT++ Requirements
1. Open terminal and login to root using su
2. Check "make --version" in terminal otherwise install it
3. yum install gcc
4. yum install arm-gp2x-linux-gcc-c++.i686
5. yum install gcc-c++
6. yum install blas-devel.i686
7. yum install blas-static.i686
8. yum install lapack-devel.i686
9. yum install lapack-static.i686
10. yum install fftw-devel.i686
11. yum install atlascpp-devel.i686
Obtaining the IT++ Source Codes
IT++ is released under the terms of the GNU General Public License
(GPL) and hence the source code of the IT++ library is available for
free download. To obtain the IT++ source code, visit the project pages
on SourceForge:
and download the file named
itpp-<VERSION>
.tar.gz or itpp-<VERSION>
.tar.bz2, where <VERSION>
is the latest release number, e.g. 4.0.0.
Installation
1. Extract it to a folder
itpp-<VERSION>
2. cd $PATH/
itpp
-<VERSION>
where
$PATH is a path of itpp-<VERSION> folder
3. ./configure
4. make && make check && make install
Compilation and Run a example program
1. Download the sample program from the following link
2. Extract it and cd $PATH/itppProject
3. make -B
4. export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
5. bin/a.out
Source
.
No comments:
Post a Comment