Skip to content
Tavis Ormandy edited this page Aug 5, 2015 · 2 revisions

ctypes.sh requires the libffi development files and pkgconfig.

$ ./configure
$ make
$ sudo make install

If everything worked, you can use ctypes by running the command

$ source ctypes.sh

You can try the examples in the test directory.

Clone this wiki locally