50 | | * `x86.win32` contains: |
51 | | * `bin/as86` and `bin/bcc` are some old compilers that we require for some real-mode code in !VirtualBox. This is from the [http://homepage.ntlworld.com/robert.debath/ Linux 8086 development environment project.] |
52 | | * `bin/iasl` is the Intel ACPI DSL compiler, available with source from [http://www.intel.com/technology/iapc/acpi/downloads.htm here]. |
53 | | * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license. |
| 51 | * `linux.amd64` and `linux.x86` contain: |
| 52 | * `bin/yasm` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license. |
56 | | |
57 | | |
| 58 | * `win.amd64` and `win.x86` contain: |
| 59 | * `bin/doxygen.exe`, `bin/doxyindexer.exe`, `bin/doxysearch.cgi,exe`, `bin/libclang.dll` are the Doxygen tools, useful for development and documentation extraction from source code, available with source code from [https://www.doxygen.nl/ here]. |
| 60 | * `bin/iasl.exe` is the ACPI DSL compiler, available with source from [https://acpica.org/downloads here]. |
| 61 | * `bin/msvcrt.dll` is the Microsoft Visual C Runtime, needed by many executables and libraries. |
| 62 | * `bin/xsltproc.exe`, `bin/libxslt.dll`, `bin/libexslt.dll`, `bin/libxml2.dll`, `bin/iconv.dll`, `bin/zlib1.dll` are the XSLT processing tool and library from [http://xmlsoft.org/libxslt/ here] (plus some required libraries which are included in the Windows binaries [http://www.zlatkovic.com/projects/libxml/ here]). |
| 63 | * `bin/yasm.exe` is [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license. |