Advertisement
Guest User

rasppi

a guest
Aug 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. pi@raspberrypi ~ $ git clone git://github.com/ajstarks/openvg
  2. pi@raspberrypi ~ $ cd openvg
  3. pi@raspberrypi ~/openvg $ make
  4. g++ -I/usr/include/freetype2 fontutil/font2openvg.cpp -o font2openvg -lfreetype
  5. ./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf DejaVuSans.inc DejaVuSans
  6. 224 glyphs written
  7. ./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf DejaVuSansMono.inc DejaVuSansMono
  8. 224 glyphs written
  9. ./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf DejaVuSerif.inc DejaVuSerif
  10. 224 glyphs written
  11. gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -c libshapes.c
  12. gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -c oglinit.c
  13. pi@raspberrypi ~/openvg/client $ cd client
  14. pi@raspberrypi ~/openvg/client $ make test
  15. cc -Wall -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -o shapedemo shapedemo.c ../libshapes.o ../oglinit.o -L/opt/vc/lib -lGLESv2 -ljpeg
  16. ./shapedemo demo 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement