* build.sh: support building SDL3 with cmake * ci: install cmake * ci: make msvc use bash to build again * ci: use get-command to get link.exe * build.sh: revert back to CMAKE_INSTALL_PREFIX * ci: hardcode CMAKE_INSTALL_LIBDIR * ci: set cc_ld to not step on cmake * build.sh: less messing with cwd * build.sh: fix prefix once and for all * ci: skip installing cmake on macos to avoid warnings * build.sh: pass MACOSX_DEPLOYMENT_TARGET to cmake * build.sh: remove extra .. in configure command * build.sh: remove unused variable * build.sh: allow SIMD runtime detection * build.sh: propagate LTO to SDL3
Scripts
Various scripts and configurations used to configure, build, and package Lite XL.
Build
- build.sh
- build-packages.sh: In root directory, as all in one script; relies to the ones in this directory.
Package
- appdmg.sh: Create a macOS DMG image using dmgbuild.
- appimage.sh: AppImage builder.
- innosetup.sh: Creates a 32/64 bit InnoSetup installer package.
- package.sh: Creates all binary / DMG image / installer / source packages.
Utility
- common.sh: Common functions used by other scripts.
- install-dependencies.sh: Installs required applications to build, package and run Lite XL, mainly useful for CI and documentation purpose. Preferably not to be used in user systems.
- fontello-config.json: Used by the icons generator.
- generate_header.sh: Generates a header file for native plugin API
- keymap-generator: Generates a JSON file containing the keymap
- generate-release-notes.sh: Generates a release note for Lite XL releases.