Skip to content

Instantly share code, notes, and snippets.

@blippy
Created December 5, 2017 18:04
Show Gist options
  • Select an option

  • Save blippy/f0522d91acdddf04c01fea0822ad8b50 to your computer and use it in GitHub Desktop.

Select an option

Save blippy/f0522d91acdddf04c01fea0822ad8b50 to your computer and use it in GitHub Desktop.
Install Ultibo on Slackware 14.2
cd
sudo sbopkg -i arm-binutils
sudo sbopkg -i newlib-headers
sudo sbopkg -i arm-gcc
wget https://github.com/ultibohub/Tools/releases/download/1.0.5/ultiboinstaller.sh
chmod +x ultiboinstaller.sh
./ultiboinstaller.sh
#To start lazarus:
$HOME/ultibo/core/lazarus.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment