Scons: Difference between revisions

From CLONWiki
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
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'').

Revision as of 10:42, 18 October 2012

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).