Sign inSign up

chvancooten/nimbuild

By chvancooten

•Updated about 3 years ago

A Docker container used to easily compile Nim binaries generated by my tools (NimPackt and NimPlant)

Image
0

976

chvancooten/nimbuild repository overview

⁠nimbuild - a Docker container for easy Nim compilation

⁠Description

The chvancooten/nimbuild⁠ Docker image is a convenience container used to compile Nim binaries generated by my tools (Nimpackt and NimPlant). Using Docker is easy and avoids dependency issues, as all required dependencies are pre-installed in this container.

The image is largely based on the nimlang/nim⁠ image, with the addition of several Python and Nim dependencies.

⁠Usage

To use nimbuild, install Docker for your OS and ensure any required input files are present in the current folder. Then, start the compilation in a container as follows.

docker run --rm -v `pwd`:/usr/src/np -w /usr/src/np chvancooten/nimbuild python3 NimPackt.py -h

Tag summary

Content type

Image

Digest

sha256:60f6c1975…

Size

424.3 MB

Last updated

about 3 years ago

docker pull chvancooten/nimbuild