Skip to content

Instantly share code, notes, and snippets.

@makestuff
Last active August 29, 2015 13:57
Show Gist options
  • Save makestuff/9837587 to your computer and use it in GitHub Desktop.
Save makestuff/9837587 to your computer and use it in GitHub Desktop.
Building fx2loader
---------------------------------------------------------------------------------------------------
Building fx2loader on Linux:
sudo apt-get install build-essential libusb-1.0-0-dev
mkdir $HOME/20140524
cd $HOME/20140524
wget -qO- http://makestuff.eu/bil | tar zxf -
cd makestuff/apps
../scripts/msget.sh makestuff/fx2loader/20140524
cd fx2loader
make deps
Once you've built fx2loader you can build other libraries and tools. You only
need to specify the version once. For example, building ucm:
cd $HOME/20140524/makestuff/apps
../scripts/msget.sh makestuff/ucm
cd ucm
make deps
@mithro
Copy link

mithro commented Apr 25, 2014

Thanks for that!

If I want to use the code from the repos is the below the correct method?

mkdir src
cd src
mkdir apps libs 3rd

git clone https://github.com/makestuff/scripts
git clone https://github.com/makestuff/common
cd apps
../scripts/msgit.sh makestuff/fx2loader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment