Recent Changes - Search:

Oktatás

* Programozás 1
  + feladatsor
  + GitHub oldal

* Szkriptnyelvek
  + feladatsor
  + quick link

Teaching

Programming 1 (BI)
  ▸ exercises
  ▸ quick link

teaching assets


Félévek

* 2025/26/2
* archívum


Linkek

* kalendárium
* tételsorok
* jegyzetek
* szakdolgozat / PhD
* ösztöndíjak
* certificates
* C lang.
* C#
* D lang.
* Java
* Nim
* Nim2
  + exercises
* XC=BASIC
* old
  ✦C++, ✦Clojure, ✦Scala


[ edit | logout ]
[ sandbox | passwd ]

Installation under FreeBSD and MacOS

FreeBSD

Under FreeBSD 15, nimble is not bundled with the nim package but it's available as a separate package. Install these two:

# pkg install nim
# pkg install nimble

Then, extend your PATH:

export PATH=$PATH:/usr/local/nim/bin:$HOME/.nimble/bin

With nimble I couldn't update itself (nimble install nimble failed). However, I could install other packages, e.g. nimble install inim worked.

MacOS

I've never had a Mac, so I couldn't try it, but a friend of mine (thanks Zoli) sent me some screenshots and the procedure is very similar to the other operating systems.

$ brew install nim

$ nim -v
Nim Compiler Version 2.2.10 [MacOSX: arm64]
...

$ nimble -v
nimble v0.22.2 compiled at 2026-04-24 03:34:24
...

$ which nim
/opt/homebrew/bin/nim

$ which nimble
/opt/homebrew/bin/nimble

Add ~/.nimble/bin to your PATH.

With nimble, you can install other packages. Example:

$ nimble install inim
Cloud City

  

Blogjaim, hobbi projektjeim

* The Ubuntu Incident
* Python Adventures
* @GitHub
* heroku
* extra
* haladó Python
* YouTube listák


Debrecen | la France


[ edit ]

Edit - History - Print *** Report - Recent Changes - Search
Page last modified on 2026 June 19, 07:42