Loading...
How to build a Python wrapper for the squirrel library
On RHEL8 Linux
Create the wrapper
sudo yum install swig python3-devel
swig -python gfg.i gcc -c -fpic squirrel_wrap.c squirrel.cpp -I/usr/include/python3.6m