There is one folder for each host system, for example x86_64-ubuntu_12.04-gnat4.6 for Bound-T binaries generated with version 4.6 of the GNAT compiler for an x86_64 PC, running version 12.04 of the Ubuntu distribution of Linux.
Since these are precompiled binaries of Bound-T, you (as a user of these binaries) do not have to install the compiler. The name and version of the compiler are included as documentation only.
In each host-system folder, there should be a file support.zip which is a ZIP archive of the support programs oc and lp_solve and (for Linux systems) their wrapper scripts run_oc and run_lp_solve. These are host-specific but not target-specific. That is, the same version of these support programs is used for each target processor.
Furthermore, each host-system folder should contain some files with names of the form boundt_<target>_<version>.zip. Each such file is a ZIP archive of the Bound-T executable of that version for that target processor. For example, boundt_avr_4c4.zip contains version 4c4 of Bound-T for the (8-bit) Atmel AVR target processor.
Folder | Host processor | Host OS | Bound-T compiler |
---|---|---|---|
i686-win8_mingw32-gnat4.8.1 | Intel686 PC | MS Windows 8 with MinGW32 | GNAT 4.8.1 |
x86_64-debian_wheezy-gnat4.6 | x86_64 PC | Debian Linux Wheezy | GNAT 4.6 |
x86_64-ubuntu_12.04-gnat4.6 | x86_64 PC | Ubuntu Linux 12.04 | GNAT 4.6 |