-
Notifications
You must be signed in to change notification settings - Fork 0
pirkka/GalaxC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
REQUIREMENTS libiconv ghostscript 8.64 COMPILE gcc -o galaxc $(MagickWand-config --cflags --cppflags) $(mysql_config --cflags) main.c $(mysql_config --libs) `MagickWand-config --ldflags --libs` if no MagickWand-config found, however... gcc -o galaxc -I/usr/include -I/usr/include/wand -fopenmp $(mysql_config --cflags) main.c -L/usr/lib -lfreetype -lz -ltiff -lfreetype -ljpeg -L/usr/lib -lfontconfig -lexpat -lfreetype -lz -/usr/lib/libWand.so -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl $(mysql_config --libs) -lMagickWand -lMagickCore FONTS fonts needs to be found in the ./fonts directory DEV NOTES * no need to catch magick errors when developing, as they give you nice info of what you're doing wrong. * texts can * there's not a lot of web pages that contain MagickWand C tips. this, however, looks like a nice page: http://members.shaw.ca/el.supremo/MagickWand/
About
creates a simple 2D visualization of a 3D data set
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published