aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.sh
blob: 9c5d45b27a0db6fe327eda9b105330025d68a94e (plain)
1
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig gcc -g -Wall -o web web_main.c web_history.c web_bookmarks.c `pkg-config --cflags --libs glib-2.0 gthread-2.0 gtk+-2.0 libglade-2.0 gconf-2.0 libgtkhtml-2.0 gnome-vfs-2.0` -DPKGDATADIR=\"../data/\" $@