1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/contrib/python/README.Python
Kalle Olavi Niemitalo 854cc4b5fd Remove inaccurate information from README.Python.
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.
2007-04-05 11:31:35 +03:00

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!