Skip to content

Release v2.0

Compare
Choose a tag to compare
@h4xxel h4xxel released this 26 Aug 20:01
· 7 commits to master since this release

Changes

  • Updated all files for a Mac build
  • Correctly set umask for installer script

Installation

Linux

  • Install the packages bzip2 and make from your distribution repository. For Debian/Ubuntu, run sudo apt-get install bzip2 make
  • Download the .run file for linux
  • Make the .run-file executable with chmod +x.
  • Run the file as root or with sudo
  • Enter the cross compiler by sourcing the environment
    . /opt/mcb32tools/environment

Windows

  • Install msys2 (http://msys2.github.io)
  • Follow the guide to update your msys2 installation
  • Install required packages
    pacman -S make bzip2 tar
  • Download the .run-file for windows. Make sure you download the correct version.
    The x86_64 version is for 64 bit MSYS2 installation and the i686 version for a 32 bit MSYS2 installation.
  • Run the .run-file inside the MSYS2 environment
  • Enter the cross compiler by sourcing the environment
    . /opt/mcb32tools/environment

Mac OS X

  • Download the .dmg-file for mac
  • Open the .dmg-file
  • Drag mcb32tools to your Applications folder
  • Open your applications folder and launch mcb32tools