Skip to content

bcho/libsys4-wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsys4

This is a library to facilitate code sharing between xsystem4 and alice-tools. You could use it if you want but the interfaces are neither documented nor stable.

Building

First install the dependencies (corresponding Debian package in parentheses):

  • bison (bison)
  • flex (flex)
  • meson (meson)
  • libturbojpeg (libturbojpeg0-dev)
  • libwebp (libwebp-dev)
  • libpng (libpng-dev)
  • zlib (zlib1g-dev)

Then build the libsys4.a static library with meson,

mkdir build
meson build
ninja -C build

Usage

This project is meant to be used as a subproject in meson. Otherwise you can link it as you would any other static library.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Other 1.8%