Alexey-T / CudaText_up

Bash script to download CudaText sources (all packages) and compile them. Requires Lazarus 2.0+.
MIT License
15 stars 10 forks source link

Bash script to download all CudaText sources and build them. Working dir is ~/cudatext_up. Build results are in subdir /bin. You need to clone the whole repository to use the script.

Download + build for current platform:

./cudaup.sh -g -m

Download + build for current platform and install packages in Lazarus:

./cudaup.sh -g -p -m

Download + build for current platform, with custom path to Lazarus:

./cudaup.sh -g -m -l /path/to/lazarus

Download + cross-compile to another platform:

./cudaup.sh -g -m -l /path/to/lazarus -o system -c cpu

To cross-compile to another platform, you need to use FpcUpDeluxe and install cross-compilers in its GUI.