Skip to content

arturo-lang/mingw64

Repository files navigation

Arturo's Mingw64 Package for MSYS2

Bringing the Arturo programming language to the MSYS2 world — expressive, portable, and beautifully simple.


Arturo logo Arturo logo
~ CODE IS ART ~

GitHub License   GitHub branch status

Prerequisites

  • MSYS2 installed and updated.

How to use

$ pacman -S mingw-w64-ucrt-x86_64-arturo

Compiling from source

$ git clone https://github.com/arturo-lang/mingw64 mingw-w64-arturo
$ cd mingw-w64-arturo
$ makepkg -si

This 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-arturo package system-wide.

What you need to know

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. 😉

Update and Remove

Update

$ pacman -U mingw-w64-ucrt-x86_64-arturo

Recompiling from source

$ cd mingw-w64-arturo
$ git pull
$ makepkg -si

Remove

$ pacman -R mingw-w64-ucrt-x86_64-arturo

Special Thanks

Thanks 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

About

MSYS2 packages for Arturo Programming Language

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages