-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Getting Started
Billingsly Wetherfordshire edited this page May 29, 2013
·
10 revisions
To get the source code you need either of these:
- A working web browser + tar(or equivalent)
[[https://github.com/Araq/Nimrod/tarball/master]]
- wget + tar
wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"
- git
git clone --depth 1 git://github.com/Araq/Nimrod.git
After downloading the source (and extracting it), you need to extract build/csources.zip then you can bootstrap with:
-
./build.sh
orbuild.bat
(Windows) nimrod c koch
koch boot [-d:release]
- Put Nimrod on your PATH
- For Linux, you only need a symlink:
ln -s $PWD/bin/nimrod /home/user/bin
- For Linux, you only need a symlink:
Babel is Nimrod's package manager
- Download the source from
[[https://github.com/nimrod-code/babel]]
using one of the above methods. nimrod c babel
ln -s $PWD/babel /home/user/bin
babel update
Intro
Getting Started
- Install
- Docs
- Curated Packages
- Editor Support
- Unofficial FAQ
- Nim for C programmers
- Nim for Python programmers
- Nim for TypeScript programmers
- Nim for D programmers
- Nim for Java programmers
- Nim for Haskell programmers
Developing
- Build
- Contribute
- Creating a release
- Compiler module reference
- Consts defined by the compiler
- Debugging the compiler
- GitHub Actions/Travis CI/Circle CI/Appveyor
- GitLab CI setup
- Standard library and the JavaScript backend
Misc