Skip to content

Alexey-T/CudaText_up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash script to download all CudaText sources and build them. Working dir is current directory. Build results are in subdir "./bin", or "src/CudaText/app/cudatext.app/Contents/MacOS/" for macOS. 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
  • Possible values of "system": win32, win64, linux, darwin, freebsd, openbsd, netbsd, dragonfly, solaris, haiku.
  • Possible values of "cpu" (not for win32, win64): i386, x86_64, arm, aarch64, sparc.

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 them. Requires Lazarus 2.0+.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages