Fix can_focus / remove deprecated HBox/VBox
[libprolooks.git] / README
blobb9bec9ab343330ae497cdbced1734141b43b5aec
1 To build and run the resulting binaries:
2 Get the dependencies, that includes the -dev packages for:
3 gobject-2.0
4 glib-2.0
5 gtk+-3.0
6 cairo
8 Then:
10     ./configure --enable-gladeui --enable-demos --prefix=[INSTALL_PREFIX]
11     make
12     sudo ./make install
13     ./run-demo.sh
14     ./demos/HelpersTest
16 Note 1: The prolooks glade catalog is enabled and installed by passing
17         the --enable-gladeui switch to configure
19 Note 2: The demos are built by passing the --enable-demos switch to configure
21 References:
22 [1] http://live.gnome.org/Vala