Changeset 2224
- Timestamp:
- 06/27/12 12:03:27 (12 months ago)
- Files:
-
- 1 modified
-
proto/RE2PBS/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proto/RE2PBS/README
r2223 r2224 1 Ken Herdy2 June 26, 20121 Author: Ken Herdy 2 Created on: June 26, 2012 3 3 4 4 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- … … 13 13 sudo python setup.py install 14 14 15 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- 16 Additional Steps to fix for setuptools*.egg AnTLR Python runtime issue 17 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- 18 19 Download error message 'setuptools*.egg' from http://pypi.python.org/simple/setuptools/. 20 Copy to antlr_python_runtime-3.1.3 directory. 21 Rename 'setuptools*.egg' to error message name. 22 Rerun sudo python setup.py install. 23 15 24 2. Copy Python RE2PBS Library Files to Bin 16 25 17 cp res *.py bin26 cp res/*.py bin 18 27 19 28 3. Build RE2PBS … … 24 33 make proto 25 34 26 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----27 Additional Notes - Fix for setuptools*.egg AnTLR Python runtime issue28 ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----29 35 30 http://www.antlr.org/download/Python31 antlr_python_runtime-3.*.*.tar.gz32 cd antlr_python_runtime-3.*.*33 sudo python setup.py install34 35 Download setuptools*.egg from http://pypi.python.org/simple/setuptools/36 Overwrite previous version with downloaded setuptools*.egg37 38
