link to main page
and to computing
Comments on the installation of ROOT on Cygwin
Install Cygwin now |
It is not as easy to install as MS Office. You have first to fulfill the requirements. Then, |
cygcheck -c
If some of them are missing, you easily can add them by re-executing the setup program of cygwin. For info, you can see here the output of cygcheck -c on my computer.gcc --version
If you try to install ROOT from binary files, your compiler version should match the one of the binaries.tar zxf root_v4.01.02.win32gcc.tar.gz
tar zxf root_v4.01.02.source.tar.gz
cd root
export ROOTSYS=$PWD
./configure win32gcc
make
make cintdlls
make install
export ROOTSYS=/cygdrive/c/root4.01/root
export PATH=$PATH:$ROOTSYS/bin
export LD_liBRARY_PATH=$ROOTSYS/lib:$LD_liBRARY_PATH
echo $ROOTSYS
echo $PATH
echo $LD_liBRARY_PATH
Dernière mise-à-jour: 16/05/2006
Upgrade to XHTML: 16/11/2008