swig/Doc
Olly Betts de7ed84f77 Recommend compiling with PIC consistently.
While shared objects with non-PIC code work on some architectures
(notably x86), unless code is always PIC on that arch (not true for x86)
doing so requires runtime relocations, which prevents the object
actually being shared, and means such segments can't be marked as
read-only.
2014-02-21 08:09:58 +13:00
..
Devel Rename all C++0x to C++11 and cpp0x to cpp11 2013-10-07 20:37:00 +01:00
Manual Recommend compiling with PIC consistently. 2014-02-21 08:09:58 +13:00
README suggest starting points for documentation 2008-10-09 22:42:45 +00:00

Doc/Manual    -  Latest version of the SWIG user manual
Doc/Devel     -  Developer documentation concerning SWIG internals.
                 (not necessarily up to date)

Open the index.html file in each of these directories with a web browser.