kopia lustrzana https://github.com/Hamlib/Hamlib
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-79ac388436b8Hamlib-1.2.11
rodzic
6ee58f0bff
commit
092dd5915e
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue