git clone --recursive https://github.com/r2p/r2p-sdk.git
Debian/Ubuntu users can execute the following commands
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi openocd
Windows users have to download the toolchain from here, and manually uncompress the content into the r2p-sdk
directory (the result should be r2p-sdk/tools/...
).
git clone https://github.com/r2p/workspace-demo.git workspace-demo
./r2p-ide.sh
sudo dpkg --add-architecture i386
sudo apt-get install libc6:i386 libncurses5:i386