Skip to content

vtorri/echart2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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