Skip to content

Bash script to download CudaText sources (all packages) and compile it. Requires installed Lazarus 1.8.4+.

Notifications You must be signed in to change notification settings

fedan/CudaText_up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash script to download all CudaText sources and build them. Working dir is ~/cudatext_up. Build results are in subdir /bin.

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
  • Possible values of "system": win32, win64, linux, freebsd, darwin.
  • Possible values of "cpu" (not for win32, win64): i386, x86_64, arm.
  • Better run script via "sudo", otherwise new folders will have mode rw-r--r-- and resulting CudaText binary cannot create its config settings/user.json

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

  • Author: Artem Gavrilov (@Artem3213212)
  • License: MIT

About

Bash script to download CudaText sources (all packages) and compile it. Requires installed Lazarus 1.8.4+.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%