How To Install Scilab Toolbox: SIP Tool Box (siptoolbox)

8:42 PM 0 Comments

Scilab is Matlab for linux, maybe you know :-)


Example your scilab at: /home/anwar/Sofware/Linux/scilab-5.3.3
# cd /home/anwar/Sofware/Linux/scilab-5.3.3
# yum install ImageMagick ImageMagick-devel

Download Packet
# git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/animal
# git clone git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/siptoolbox


Setting ldconfig
# vim /etc/ld.so.conf
And content is:

include ld.so.conf.d/*.conf
/usr/local/lib
/home/anwar/Sofware/Linux/scilab-5.3.3/lib/scilab
/home/anwar/Sofware/Linux/scilab-5.3.3/lib/thirdparty

Save your ld.so.conf with type :wq
# ldconfig


Install Animal
# cd animal
Make sure you have installed automake, autoconf, and libtool. The following command bootstraps the build system
# ./autogen.sh
# ./configure
# make
# make install

Install Sip Tool Box

cd ../siptoolbox
./autogen.sh
./configure
make
sudo make install

FINISH ^_^

Install Server Networking Programming

Support you how to install server, networking and Programming Easy

0 comments:

You can post comment with english language or indonesia language.
Anda bisa memberikan komentar dalam bahasa inggris atau bahasa indonesia.