Scons: Difference between revisions
Jump to navigation
Jump to search
Created page with "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 '''' must be ran in..." |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
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 '''' 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