Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:personalpages:pacher:linux:sl6x [20/11/2014 02:01]
pacher
vlsi:personalpages:pacher:linux:sl6x [15/02/2015 16:24] (versione attuale)
pacher
Linea 5: Linea 5:
  
  
-\\ 
-## Nov 19, 2014 ## 
  
- +## Nov 212014 ##
-__**PyROOT installation**__ +
- +
-By defaultPyROOT bindings ''​ROOT.py''​ and ''​libPyROOT.so''​ have not been created despite the usage of ''​--enable-python''​ +
-when running the ''​configure''​ script. Actually, neither Python header files (e.g. ''/​usr/​include/​python2.x/​Python.h''​)  +
-nor libraries (e.g. ''/​usr/​lib/​libpython2.x.so''​) are included in a basic //Desktop// installation.  +
-In fact, ''​python-libs''​ and ''​python-devel''​ packages are missing. +
- +
-<​code>​ +
-linux% sudo yum install ​ python-libs ​ python-devel +
-</​code>​+
  
 \\ \\
-Then re-run the ''​configure/​make/​make install''​ procedure again to install missing PyROOT components:+__**LaTex installation**__
  
 <​code>​ <​code>​
-linux% ​./​configure ​--enable-python --with-python-incdir=/​usr/​include/​python2.6 --with-python-libdir=/​usr/​lib +linux% ​sudo yum install tetex-latex  (~160 MB)
-... +
-Checking for Python.h ... /​usr/​include/​python2.6 +
-Checking for python2.6, libpython2.6,​ libpython, python, or Python ... /usr/lib +
-...+
 </​code>​ </​code>​
- 
-At the end, ''​$ROOTSYS/​lib/​ROOT.py''​ and ''​$ROOTSYS/​lib/​libPyROOT.so''​ have been properly installed. To use ROOT within Python, ​ 
-the proper environment is correctly setup by sourcing the ''​thisroot.chs''​ script. ​ 
  
  
 +====== ======
 +----
 +\\
 +## Nov 19, 2014 ##
  
 +\\
 __**ROOT installation**__ __**ROOT installation**__
  
Linea 96: Linea 82:
 Don't put a ''​source /​path/​to/​thisroot.csh''​ statement in the home ''​~/​.chsrc''​ file! It doesn'​t work with csh/tcsh! Don't put a ''​source /​path/​to/​thisroot.csh''​ statement in the home ''​~/​.chsrc''​ file! It doesn'​t work with csh/tcsh!
  
 +\\
 __**Missing fonts**__ __**Missing fonts**__
  
Linea 111: Linea 97:
  
  
-Fixed by installing all ''​xorg-x11-font*''​ packages (12 MB). This is the same issues ​encountered with Cadence IC6.x!+Fixed by installing all ''​xorg-x11-font*''​ packages (12 MB). This is the same issue encountered with Cadence IC6.x!
  
 <​code>​ <​code>​
 linux# yum install xorg-x11-font* ​ (it doesn'​t work with sudo!) linux# yum install xorg-x11-font* ​ (it doesn'​t work with sudo!)
 </​code>​ </​code>​
 +
 +\\
 +__**PyROOT installation**__
 +
 +By default, PyROOT bindings ''​ROOT.py''​ and ''​libPyROOT.so''​ have not been created despite the usage of ''​--enable-python''​
 +when running the ''​configure''​ script. Actually, neither Python header files (e.g. ''/​usr/​include/​python2.x/​Python.h''​) ​
 +nor libraries (e.g. ''/​usr/​lib/​libpython2.x.so''​) are included in a basic //Desktop// installation. ​
 +In fact, ''​python-libs''​ and ''​python-devel''​ packages are missing.
 +
 +<​code>​
 +linux% sudo yum install ​ python-libs ​ python-devel
 +</​code>​
 +
 +\\
 +Then re-run the ''​configure/​make/​make install''​ procedure again to install missing PyROOT components:
 +
 +<​code>​
 +linux% ./configure --enable-python --with-python-incdir=/​usr/​include/​python2.6 --with-python-libdir=/​usr/​lib
 +...
 +Checking for Python.h ... /​usr/​include/​python2.6
 +Checking for python2.6, libpython2.6,​ libpython, python, or Python ... /usr/lib
 +...
 +</​code>​
 +
 +At the end, ''​$ROOTSYS/​lib/​ROOT.py''​ and ''​$ROOTSYS/​lib/​libPyROOT.so''​ have been properly installed. To use ROOT within Python, ​
 +the proper environment is correctly setup by sourcing the ''​thisroot.chs''​ script. ​
 +
  
 ====== ====== ====== ======
Linea 121: Linea 134:
 \\ \\
 ## Nov 18, 2014 ## ## Nov 18, 2014 ##
- 
 \\ \\
 __**Installed basic development tools (gcc/g++, glibc) and dependences**__ __**Installed basic development tools (gcc/g++, glibc) and dependences**__
Linea 143: Linea 155:
  
 ====== ====== ====== ======
 +\\
 ---- ----
 \\ \\
Linea 293: Linea 306:
 </​code>​ </​code>​
  
 +~~NOTOC~~