brew install arkscript-lang/arkscript/<formula>
Or brew tap arkscript-lang/arkscript
and then brew install <formula>
.
You will need to update your DYLD_LIBRARY_PATH
so that arkscript
can find its libArkReactor
:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/lib
brew help
, man brew
or check Homebrew's documentation.
- Update arkscript.rb to point to the latest ArkScript release
- Add a new [email protected] with the same content as arkscript.rb (using the new tag)
- Replace the alias under Aliases/Arkscript@version by doing:
cd Aliases && rm arkscript@* && ln -s ../arkscript arkscript@version
i