<< Prev
 Table of Contents

Installing / Compiling
 

Before installing you must have installed :
For information, it was compiled and tested on :


Newbie
 
I created a command "compiling.sh" in top directory. This will : to use it :
 
> cp <asfrecord.tar.gz> ./
> ./compiling.sh


Expert
 

Compilation is done in 2 times, one for gsfdm, one for asfrecord, the command line asf downloader.


Alternate destination base directory
 
If the only place you have access to is your home directory - like in a college computer department - you have to make some changes. The common way is to create an unix like directory tree.
> mkdir -p $HOME/bin
> mkdir -p $HOME/lib
> mkdir -p $HOME/bin
> mkdir -p $HOME/gsfdm/plugin
> mkdir -p $HOME/CORBA/server
> cp -up ./src/gsfdm $HOME/bin
> cp -up ./plugin/gsfdm_asf/.lib/lib* $HOME/gsfdm/plugin
> cp -up ./plugin/gsfdm_http/.lib/lib* $HOME/gsfdm/plugin
> cp -up ./plugin/gsfdm_ftp/.lib/lib* $HOME/gsfdm/plugin
> cp -up ./idl/GSFDM.gnorba $HOME/CORBA/server

And because 5 minutes a day I could be nice, after compiling use instead in source top dir :
 
> ./install_in_user.sh

export PATH=$PATH:$HOME/bin
export GNOME_GNORBA_PATH=$GNOME_GNORBA_PATH:$HOME/CORBA/server
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib



 << Prev
 Table of Contents