Bringing the
Arturo programming language
to the
MSYS2 world — expressive, portable, and beautifully simple.
~ CODE IS ART ~
- MSYS2 installed and updated.
$ pacman -S mingw-w64-ucrt-x86_64-arturoCompiling from source
$ git clone https://github.com/arturo-lang/mingw64 mingw-w64-arturo
$ cd mingw-w64-arturo
$ makepkg -siThis will:
- Install dependencies from MSYS2's repository.
- Compile Nim 2.2.6 from source for build-only.
- Compile Arturo 0.10.0 (Arizona Bark) from source along with its dependencies.
- Install the
mingw-w64-ucrt-x86_64-arturopackage system-wide.
By installing this package, your system $PATH will be modified
in order to add ~/.arturo/bin and ~/.arturo/packages/bin into your $PATH.
Don't worry too much, we also have made scripts to uninstall Arturo
and to clean up your $PATH from those entries. 😉
- Package: https://packages.msys2.org/base/mingw-w64-arturo
- Source code: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-arturo
$ pacman -U mingw-w64-ucrt-x86_64-arturoRecompiling from source
$ cd mingw-w64-arturo
$ git pull
$ makepkg -si$ pacman -R mingw-w64-ucrt-x86_64-arturoThanks a lot for @MehdiChinoune for your contribution, and allow us to have our package to be accepted at MINGW's repository.
See: arturo: add version 0.10.0 - Arizona Bark (new package) #27514