chore: capture Jenkins Docker baseline
This commit is contained in:
16
installers/mplabx/README.md
Normal file
16
installers/mplabx/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# MPLAB X installer
|
||||
|
||||
Download the following Linux installers from
|
||||
https://www.microchip.com/mplab/mplab-x-ide (Microchip account required) and
|
||||
place them in this directory before running
|
||||
`docker compose build mplabx-agent`:
|
||||
|
||||
- `MPLABX-<version>-linux-installer.sh` (required)
|
||||
- `xc8-<version>-full-install-linux-x64-installer.{sh,run}` (optional, if you need the XC8 compiler)
|
||||
- `xc16-<version>-full-install-linux-installer.{sh,run}` (optional, if you need the XC16 compiler)
|
||||
- `xc32-<version>-full-install-linux-installer.{sh,run}` (optional, if you need the XC32 compiler)
|
||||
|
||||
The Dockerfile globs for these filename prefixes, so exact version numbers
|
||||
don't matter. XC compiler installers ship as either a `.sh` (makeself-
|
||||
wrapped) or a bare `.run` (ELF) installer depending on version - both are
|
||||
handled. This directory is gitignored except for this README.
|
||||
Reference in New Issue
Block a user