Man page for apt-get swig Command
This tutorial shows the man page for man swig in linux.
Open terminal with 'su' access and type the command as shown below:
man swig
Result of the Command Execution shown below:
SWIG(1) SWIG(1)
NAME
swig Simplified Wrapper and Interface Generator
SYNOPSIS
swig [options] file
DESCRIPTION
The swig command is used to create wrapper code to connect C and C++
code to scripting languages like Perl, Python, etc. from the definition
of the interface. For detailed information on writing those interface
definitions please refer to /usr/share/doc/swig doc/Manual/index.html
from the swig doc package. This manpage concentrates on explaining the
invocation of the swig command.
OPTIONS
Target Language Options:
chicken
Generate CHICKEN wrappers
csharp
Generate C