Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 490 Bytes

Swig4Ada

Provides a SWIG module to generate Ada bindings.

The companion project 'cBound' (link below) provides bindings to several common C libraries produced by Swig4Ada.

Dependencies

Install

  • Install the GMP library for your OS.

  • Install cBound to provide the GMP library Ada binding.

  • $ ./build_ada_swig.sh

  • $ sudo ./install_ada_swig.sh

Installs to /usr/local.