#need to change SDL_INPUT_LINUXEV to xSDL_INPUT_LINUXEV in sdl/meson.build
#need change pcre2/meson.build
#libpcre2_posix_compile_args = static_defs
#libpcre2_posix_compile_args += pcre2_posix_defs
#libpcre2_posix = declare_dependency(
# link_with: pcre2_posix_lib,
# include_directories: includes,
# compile_args: libpcre2_posix_compile_args,
#)
# need to change _memcpy by __emscripten_memcpy_js in lite-xl.js
emsdk-env bash scripts/gh-pages-deploy.sh
While trying to build on Ubuntu 18.04 using
scripts/gh-pages-deploy.shI needed to make some manual fixes to be able to build: