8000 GitHub - kichikuou/libai5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kichikuou/libai5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libai5

This is a library to facilitate code sharing between elf-tools and a (future) AI5_Win implementation. It is not intended for wider use and as such the interfaces are not guaranteed to be stable.

Building

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

  • meson (meson)
  • libpng (libpng-dev)

Then build the libai5.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 99.3%
  • Meson 0.7%
0