This file contains 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
Links for Windows UI webinar | |
---------------------------- | |
Blog post - appears after webinar | |
[https://tinyurl.com/delphiw11design](https://tinyurl.com/delphiw11design) | |
Ian Barker | Embarcadero RAD Studio, Delphi, & C++Builder Blogs | |
https://blogs.embarcadero.com/author/ianbarker/ | |
IconFontsImageList - Ethea | |
https://ethea.it/prodotti/iconfontsimagelist/ |
This file contains 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
#!/bin/bash | |
# | |
# Download and execute with the following: | |
# curl -L http://tinyurl.com/SetupLinuxRS12 | bash | |
# | |
echo "Updating the local package directory" | |
sudo apt update | |
echo "Upgrading any outdated packages" | |
sudo apt full-upgrade -y | |
echo "Install new packages necessary for Delphi & FMXLinux" |