mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
854cc4b5fd
These parts of contrib/python/README.Python are not accurate for
ELinks 0.11.2.GIT:
- It suggests using --with-python=/usr/local, but configure.in treats
that as equivalent to --without-python and contains a comment:
# FIXME: If withval is a valid directory append it to PATH
# so that you can specify one of several Python installations.
- It suggests creating a libpython.so symbolic link, but as of commit
421d04093a
, the configure script no
longer tries to link with a bare -lpython but rather always appends
a version number.
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
If you want to use Python scripting with ELinks add
|
|
--with-python to the configure invocation copy hooks.py to ~/.elinks
|
|
|
|
For the present hooks.py is not very usable. You are welcome to make it better.
|
|
Good Luck!
|