Skip to content

vtorri/echart2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27e1ebb · Feb 9, 2021

History

19 Commits
Feb 9, 2021
Jun 28, 2017
May 7, 2017
Jun 28, 2017
Jun 2, 2017
Jun 2, 2017
Feb 9, 2021

Repository files navigation

echart2

chart library based on the EFL

compilation

It needs meson and ninja.

first time, no cross compilation:

mkdir build && cd build && meson .. ninja

first time, cross compilation (i686 with mingw-w64 in this example), in build:

mkdir build && cd build && meson .. --cross-file ../cross_i686_w64_mingw32.txt

after the first time, in build/:

ninja

to clean:

ninja -t clean

About

chart library based on the EFL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published