Add Nim compilers

The Nimble package manager uses the Nim compiler to generate Nim application executables for the desktop platforms.

To build an application using the Nim compiler:

  1. Select Preferences > Kits > Compilers > Add > Nim to specify the path to the Nim compiler.
  2. Select Apply to add the compiler.
  3. Select Kits > Add to add a kit for building applications with Nimble:

    "Nimble kit"

    1. In the Name field, specify a name for the kit.
    2. In the Compiler group, Nim field, select the Nim compiler you added above.
    3. Select Apply to add the kit.

See also Add compilers, Compilers, Create Nimble projects, Nim, and Nimble.