For aarch64 platform, I have built "Swig" from source.
Steps
Following STEPS were used for the building and installation:
$ wget https://github.com/swig/swig/archive/refs/tags/v2.0.5.tar.gz
$ tar -zxvf v2.0.5.tar.gz && cd cd swig-2.0.5/
$ ./autogen.sh
$ ./configure
$ make
Outcome
Make command generated swig binary in the root of the repo. To validate that the build was successful we ran version check. The version info returned matched expected value(s).
$ ./swig -version
SWIG Version 2.0.5
Compiled with g++ [aarch64-unknown-linux-gnu]
Configured options: +pcre
Please see http://www.swig.org for reporting bugs and further information
Description
For aarch64 platform, I have built "Swig" from source.
Steps
Following STEPS were used for the building and installation:
Outcome
Make command generated swig binary in the root of the repo. To validate that the build was successful we ran version check. The version info returned matched expected value(s).
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).