INSTALL.txt
[app.Builder.js] / Makefile
index c4b22cc..714d5a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 
 #vapigen --library gobject-introspection-1.0 /usr/share/gir-1.0/GIRepository-2.0.gir
 
+# should get the hightest?
+VALAVER=$(word 1, $(shell pkg-config --list-all  | grep libvala | sort -n | head))
 
 PKGS=   --pkg gtk+-3.0 \
                --pkg gtksourceview-3.0 \
@@ -12,8 +14,10 @@ PKGS=   --pkg gtk+-3.0 \
                --pkg clutter-gtk-1.0 \
                --pkg gladeui-2.0 \
                --pkg libsoup-2.4 \
-               --pkg seed  \
-
+               --pkg javascriptcore  \
+               --pkg  vte-2.90  \
+               --pkg ${VALAVER}  \
+               --pkg posix \
 
 FLAGS= -g --vapidir=./vapi 
 
@@ -46,7 +50,7 @@ BUILDER4=   Builder4/About.vala \
 
 
 # compile what... for testing 
-#all:  builder4
+all:  builder4
 #all: test-leftprops
 #all: test-palate
 #all: test-addprops
@@ -55,7 +59,7 @@ BUILDER4=   Builder4/About.vala \
 #all: test-vala
 #all: test-gir
 #all: test-pack
-all: test-codevalidate
+#all: test-codevalidate
 
 builder4:
        valac $(FLAGS) $(PKGS) $(CORESRC) $(BUILDER4)  \