Skip to content

rfoos/build-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The GNU MCU Eclipse build scripts

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:

About

The scripts used to build various tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%