0.1.0 • Published 7 years ago

mare-runner v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

mare-runner

This project build a standalone mare distribution, it can run without install any dependencies.

Intro

It bundle all the runtime dependencies:

Support

  • Linux x64
  • Windows x64, cross compile with mingw.

Require

below programs should in your $PATH

  • gcc
  • x86_64-w64-mingw32-gcc
  • zip
  • git
  • tar
  • wget
  • sed

Build

run ./build.sh, if no errors occur, archive files in ./dist/archives folder

FAQ

build options?

No options, just happy path so far.