The compiling of the Mini tool is really simple.
or
gcc -shared -fPIC -c mini.c
gcc -fPIC -shared -o libmini.so mini.o
Copy the libmini.so file in the folder that you want this library to be located
No you should link this library to your application
There was an error while loading. Please reload this page.