Installation of rxn tools
How to install the distribution
Decompress it:
tar zxvf rxn-0.1.1.tar.gz
The directory where the packages will be installed
is called herafter <roxane>
. By default, it is the
current directory:
./configure --prefix=<roxane> \
–-bindir=<where you want to put the rxn scripts>
./configure --prefix=$HOME/roxane -–bindir=$HOME/bin
–-with-rdfs=<url or directory, from where you get the rdf>Example:
./configure --prefix=$HOME/roxane \
–-bindir=$HOME/bin \
--with-rdfs=http://www-sop.inria.fr/galaad/software/roxane/rdfs
makeYou can test that the command is running by:
rxn -v
How to get a
new package
rxn -i <pkg>It will incorporate the latest version of the package named <pkg> locally and run the configuration process. If other packages on which <pkg> depends, are missing, they will also be installed.
rxn -i synaps
rxn -i <rdf>.xml
The developper corner-l : list all the packages which have been successfully installed. -w : display the available packages, installed in a web brouser. -d <pkg> : delete the package named <pkg>. -log <pkg>: display the log file of the installation of <pkg>. -config : output the environment. -make : run a make command in the <roxane> directory. -v : display the configuration used by the command rxn.
cvs -d :ext:<your_login>@lipforge.ens-lyon.fr:/local/chroot/cvsroot/roxane co roxane
cvs update -P -d
./make_init
./configure –-bindir=$HOME/bin
--with-rdfs=./rdfs