Skip to content

Installation

Michael Wang edited this page Jul 30, 2021 · 1 revision

Depending on your operating system, there may be pre-compiled installers or binaries available for download. Otherwise, you'll fork the repository and build Minima from the source.

64-bit Windows

There is both a stand-alone application and a windows installer available, but they are both targeted towards the x64 architecture. Please note that the stand-alone executable for windows does not include the Minima standard library and does not include any examples.

Linux, 32-bit Windows, and Other Operating Systems

Keep in mind that you must acquire the appropriate gcc toolchain for your platform and a copy of minima's source code.

  • Fork minima's repository or simply click here and download a zipped folder with the source.
    • If you downloaded the zipped folder with the source, ensure that it's unzipped before proceeding any further
  • Create a folder called bin inside the parent folder next to the makefile.
  • Type make all or simply make
  • The compiled binary should be in the same directory, and the file should be named minima.

Clone this wiki locally