Scons: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
No edit summary
Boiarino (talk | contribs)
No edit summary
 
Line 1: Line 1:
scons must be installed to compile evio and maybe other packages. Current version is 2.1.0. Tar ball must be untared in /usr/local/src/ directory, and command ''python setup.py install'' must be ran inside that directory (do everything as ''root'').
scons must be installed to compile evio and maybe other packages. Current version is 2.1.0. Tar ball must be untared in /usr/local/src/ directory, and command ''python setup.py install'' must be ran inside that directory (do everything as ''root'').
RHEL8: use newer python, for example ''python3.9 setup.py install''

Latest revision as of 13:43, 19 September 2021

scons must be installed to compile evio and maybe other packages. Current version is 2.1.0. Tar ball must be untared in /usr/local/src/ directory, and command python setup.py install must be ran inside that directory (do everything as root).

RHEL8: use newer python, for example python3.9 setup.py install