2005/7/14, Daisuke Koya <[EMAIL PROTECTED]>:
> Thank you for your tips Mr. Baba. I've perused the most juicy bits of
> the two links that were provided, but still have some general
> questions. I am unsure how to install and run programs. I've
> downloaded SciGraphica and decompressed it, but am unsure how to
> proceed from here.

First of all, it maybe a newbie quesion, but the answer is not for
newbies. And this is not directly a Fink issue as there is no Fink
package of SciGraphica. And installing the program from source would
need you do a lot of try and errors and may take a few days.

If you want to challenge installing it with help from Fink, first
install the requirements
(http://scigraphica.sourceforge.net/download.html). Type in Terminal:

fink install gtk+2 gtk+2-shlibs gtk+2-dev gtk+extra17
gtk+extra17-shlibs python23 python23-shlibs python23-socket
numeric-py23 libxml

then compile SciGraphica. To do this, go inside SciGraphic directory and type:
export CFLAGS=-I/sw/include 
export LDFLAGS=-L/sw/lib 
export CXXFLAGS=$CFLAGS 
export CPPFLAGS=$CXXFLAGS 
export ACLOCAL_FLAGS="-I /sw/share/aclocal"
export PKG_CONFIG_PATH="/sw/lib/pkgconfig"
export SG_PLUGIN_PATH=/usr/lib/scigraphica/2.0.0/plugins
./configure
make
sudo make install


This may take a few hours, and you will probably encouter an error(s)
during the process.

Thanks
-- 
BABA Yoshihiko
http://homepage.mac.com/babayoshihiko


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to