Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional

Setting up

Once you have the ROOT source 

...

Start cygwin via the command line:  bash --login -i
At the cygwin prompt, changed directories to the %ROOTSYS% dir and then ran configure:

./configure win32 --enable-roofit --enable-minuit2 --enable-table \
--enable-python --disable-odbc --enable-gdml \
--enable-unuran --enable-xrootd \
--enable-reflex --enable-cintex --with-fftw3-incdir=C:/heather/root-5root5.14d18b/fftw-3.1.2-dll \
--with-fftw3-libdir=C:/heather/root-5root5.14d18b/fftw-3.1.2-dll \
--with-gccxml=C:/heather/root-5root5.14d18b/gcc_xml \
--with-xml-incdir=C:/heather/root-5root5.14d18b/libxml2-2.6.15.win32/include \
--with-xml-libdir=C:/heather/root-5root5.14d18b/libxml2-2.6.15.win32/lib \
--with-python-libdir=C:/Python25/libs \
--with-python-incdir=C:/Python25/include --enable-mathmore --enable-mathcore --with-gsl-incdir=C:/heather/root5.18b/GSL/include --with-gsl-libdir=C:/heather/root5.18b/GSL/lib

Run make 

make
make cintdlls  (which seems to do nothing)
make map (also seems to do nothing)
make install