Created
December 5, 2017 18:04
-
-
Save blippy/f0522d91acdddf04c01fea0822ad8b50 to your computer and use it in GitHub Desktop.
Install Ultibo on Slackware 14.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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