Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Ubuntu 18.04 #1

Open
mingodad opened this issue Aug 20, 2024 · 1 comment
Open

Building on Ubuntu 18.04 #1

mingodad opened this issue Aug 20, 2024 · 1 comment

Comments

@mingodad
Copy link

While trying to build on Ubuntu 18.04 using scripts/gh-pages-deploy.sh I needed to make some manual fixes to be able to build:

#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
@takase1121
Copy link
Member

Are you using the latest Emscripten version from emscripten itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants