Discussion:
[Swig-devel] Can I install swig for ARM architecture??
Hmidi Slim
2015-08-24 09:37:36 UTC
Permalink
I need to use swig for my nodejs app.Are there any solution to install swig
or cross compile it.
Vadim Zeitlin
2015-08-25 18:41:02 UTC
Permalink
On Mon, 24 Aug 2015 11:37:36 +0200 Hmidi Slim <***@gmail.com> wrote:

HS> I need to use swig for my nodejs app.Are there any solution to install swig
HS> or cross compile it.

You shouldn't have any particular problems compiling SWIG for ARM, but as
SWIG output is independent of the architecture it's running under it may be
simpler to just generate it on one machine and then compile it on another
one.

Regards,
VZ

Loading...