Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.06 KB

The GNU MCU Eclipse build scripts - DEPRECATED

These are the scripts used to build the GNU MCU Eclipse tools.

The project is available from GitHub.

All scripts use a common helper (build-helper.sh) to perform common tasks.

To use the scripts, clone the project to Downloads and start the desired script with bash.

$ git clone https://github.com/gnu-mcu-eclipse/build-scripts.git ~/Downloads/build-scripts.git
$ bash ~/Downloads/build-scripts.git/scripts/build-windows-build-tools.sh --all

Each script will further download the project repository, libraries, and all components required to perform the build.

The scripts generate:

  • a Windows setup and a zip archive
  • an macOS install package and a tgz archive
  • a GNU/Linux tgz archive

For more details regarding each project build, see: