Codebot.Setup icon indicating copy to clipboard operation
Codebot.Setup copied to clipboard

All the information and scripts used to setup a new cross platform development environment

Results 7 Codebot.Setup issues
Sort by recently updated
recently updated
newest added

Compare https://github.com/sysrpl/Codebot.Setup/raw/master/macintosh/install.fpc-3.0.darwin.sh with https://www.getlazarus.org/download/?platform=macintosh, the one on this repository is obviously dated, not sure if it's intended? Result of `diff setup.sh install.fpc-3.0.darwin.sh`: ```diff 14a15,16 > # TODO Prompt the user...

#!/bin/bash # This is the universal OSX script to install Free Pascal and Lazarus # Modified to install on Catalina, Big Sur and Monterey by [email protected] # If you need...

The script works great. Thanks! Unfortunally I can't install additional packages. Get error as below. fpcres is in the directory. FPC problem? Regards, Han Compile package cairocanvas_pkg 0.0: Success Compile...

make[1]: Leaving directory '/home/bas/Development/FreePascal/lazarus/ide' make: *** [Makefile:3070: ide] Error 2

add support to new mac os add after elif [ "$OS_VERSION" -eq 11 ]; then echo "Detected OSX El Capitain" add this elif [ "$OS_VERSION" -eq 14 ]; then echo...

I get `After install do you want to shortcuts created in: /home/pi/.local/share/applications (y/n)? y % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent...

My intial attempts to compile failed because the changes.diff file was out of date. Unless you run a regular script updating your copies from the main svn repo, the changes.diff...