Skip to content

Building on Ubuntu 18.04 #1

Description

@mingodad

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions