Skip to content

ExoKomodo/komodo-nim

Repository files navigation

Komodo

Documentation

Setup

Windows

Install Scoop

Follow the instructions found on Scoop's website, or run the following commmands:

iwr -useb get.scoop.sh | iex

Install Nim

Install nim with

scoop install nim

Raylib Setup

Copy the libraries found in the project's libs/raylib/windows directory to C:\Windows\System32.

Mac OS

Install choosenim

Follow the install instructions found on choosenim's repo, or run the following commands:

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

You will need to update your path in your .bashrc:

export PATH=~/.nimble/bin:$PATH

Install Nim

Install nim with

choosenim stable

Raylib Setup

Install raylib with

brew install raylib

Linux

Install choosenim

Follow the install instructions found on choosenim's repo, or run the following commands:

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

You will need to update your path in your .bashrc:

export PATH=~/.nimble/bin:$PATH

Install Nim

Install nim with

choosenim stable

Raylib Setup

Either copy the libraylib.so file from libs/raylib/linux into /usr/local/lib, or follow the install instructions found on raylib's repo wiki to build from source and install like so:

cd /tmp
git clone https://github.com/raysan5/raylib.git raylib
cd raylib/src/
make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED
sudo make install RAYLIB_LIBTYPE=SHARED

Important Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published