Skip to content

Instantly share code, notes, and snippets.

@rm5248
Created June 10, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rm5248/48c076aff06c00a74bdd842663123ac1 to your computer and use it in GitHub Desktop.
Save rm5248/48c076aff06c00a74bdd842663123ac1 to your computer and use it in GitHub Desktop.
Install MPLABX on 64-bit linux
#/bin/bash
# This script installs the proper dependencies on Debian 9(stretch)
# for you to install MPLABX
dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libstdc++6:i386 libxext6:i386 libexpat1:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment