mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00

To show the result, we use efl library. Most linux distribution supports efl library from their package repo, you can easily install efl from its package repo: Ubuntu: $ apt-get install libelementary-dev Or, please visit efl site to install EFL libarary manually: https://www.enlightenment.org/download Change-Id: I696ac72e4ec7ea3258161a15b58171d74c16830d
2 lines
97 B
Makefile
2 lines
97 B
Makefile
all:
|
|
gcc -o testShape testShape.cpp -g -lstdc++ `pkg-config --cflags --libs elementary tizenvg`
|