mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@5 e7d03fd6-7b0d-0410-9947-9c21f3af8025 |
||
|---|---|---|
| .. | ||
| doc | ||
| Lexers | ||
| Parsers | ||
| __init__.py | ||
| config.c | ||
| Grammar.py | ||
| gramnew.py | ||
| Lexer.py | ||
| Makefile | ||
| Makefile.pre | ||
| Makefile.pre.in | ||
| Parser.py | ||
| parsertemplate.py | ||
| pgen.py | ||
| PyLRengine.h | ||
| PyLRenginemodule.c | ||
| README | ||
| sedscript | ||
| Setup | ||
| Setup.in | ||
| tstpspec | ||
You must have python 1.5b1 or newer to run PyLR, as it works with the builtin package support of that version. To build: 1) decide whether you want the PyLRengine module to be a shared library. If not, comment out the '*shared*' line in Setup. 2)type make -f Makefile boot; make that should build the package. To install: If you want to install PyLR in your python distribution, just copy over the PyLR directory to your site-packages directory. If you want to save a little space, take a look at the __init__ file doc string in the top directory and it shows the necessary files (distribution minus Makefile, sedscript, etc). Also, there is a script (pgen.py) you may want in /usr/local/bin or something more accessible as executable from your shell. There is html documentation in the doc/ directory. To test: pgen.py PyLR/tstpspec tst diff tst PyLR/Parsers/gram.py the only difference should be the date line. Feedback: send comments/suggestions/bugreports/contributions to scott@chronis.icgroup.com thanks, scott