Changeset 2224

Show
Ignore:
Timestamp:
06/27/12 12:03:27 (12 months ago)
Author:
ksherdy
Message:

Updated readme.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • proto/RE2PBS/README

    r2223 r2224  
    1 Ken Herdy 
    2 June 26, 2012 
     1Author: Ken Herdy 
     2Created on: June 26, 2012 
    33 
    44----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  
     
    1313sudo python setup.py install 
    1414 
     15----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  
     16Additional Steps to fix for setuptools*.egg AnTLR Python runtime issue 
     17----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  
     18 
     19Download error message 'setuptools*.egg' from http://pypi.python.org/simple/setuptools/. 
     20Copy to antlr_python_runtime-3.1.3 directory. 
     21Rename 'setuptools*.egg' to error message name. 
     22Rerun sudo python setup.py install. 
     23 
    15242. Copy Python RE2PBS Library Files to Bin 
    1625 
    17 cp res *.py bin 
     26cp res/*.py bin 
    1827 
    19283. Build RE2PBS  
     
    2433make proto 
    2534 
    26 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  
    27 Additional Notes - Fix for setuptools*.egg AnTLR Python runtime issue 
    28 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----  
    2935 
    30 http://www.antlr.org/download/Python 
    31 antlr_python_runtime-3.*.*.tar.gz 
    32 cd antlr_python_runtime-3.*.* 
    33 sudo python setup.py install 
    34  
    35 Download setuptools*.egg from http://pypi.python.org/simple/setuptools/ 
    36 Overwrite previous version with downloaded setuptools*.egg  
    37  
    38