Document that Swig bindings for Perl and Python are no longer built

by default.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2884 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Nate Bargmann, N0NB 2010-04-16 22:14:10 +00:00
rodzic 6ee58f0bff
commit 092dd5915e
2 zmienionych plików z 72 dodań i 63 usunięć

Wyświetl plik

@ -76,9 +76,14 @@ to do the following commands.
The prefix argument is optional. Convention is that local packages be placed
in /usr/local away from distribution installed packages and this is the default
location for the snapshots. The --disable-static option speeds up compilation
if you don't plan to use static libraries. Other useful options are
--without-perl-binding and --without-python-binding if scripting language
support is not needed (has no effect on rigctld or rotctld).
if you don't plan to use static libraries (static libraries are usually not
needed).
Other useful options are '--with-perl-binding' or '--with-python-binding' or
'--enable-tcl-binding' if you are interested in Swig binding support for those
scripting languages (This is a change as of 1.2.11svn revision 2882 where Swig
generated bindings are no longer built by default). If unsure it is safe to
ignore these options.
If you don't want the build files cluttering the source directories, do the
following in the same parent directory of hamlib:

Wyświetl plik

@ -234,9 +234,13 @@ built packages be installed in /usr/local away from distribution installed
packages. The '--disable-static' and 'CFLAGS="-g -O0"' speeds up compilation
if you don't plan to use static libraries and can bear less optimized binaries
while the '-g' option adds debugging info which can be changed to -ggdb to
generate debugging info for gdb. Additionally, you may want to add the
'--without-perl-binding' and '--without-python-binding' if you are not
interested in those scripting languages.
generate debugging info for gdb.
Additionally, you may want to add the '--with-perl-binding' or
'--with-python-binding' or '--enable-tcl-binding' if you are interested in Swig
binding support for those scripting languages (This is a change as of
1.2.11svn revision 2882 where Swig generated bindings are no longer built by
default).
NOTE: The autogen.sh script has only to be run the first time after a fresh
checkout or when a Makefile.am or other build file is modified or added.