Table of Contents
Install SWIG (Mac)
The Integration source code includes the SWIG tool that helps in translating the C++ API to C# API. On Windows, there is no extra step needed to install SWIG. On Mac OS X, you need to install SWIG by performing this procedure:
- Make sure you have installed pcre (Perl-Compatible Regular Expression) first to successfully compile SWIG.
- Open a terminal window.
- Make your working directory the folder:
SWIG
. - Type
./configure
. - Type
make
. - Type
sudo
make
install
and input your administrator password upon prompt. - Make sure that the folder that contains the
swig
executable (the version to use is specified in Requirements to build the Integration yourself:) is in the Xcode PATH variable. The default location is/usr/local/bin
.
Generated on Tue Aug 23 02:44:59 2016 for Wwise Unity Integration by
