Wiki home
Editing page "
gtk-vnc
"
Base on previous version:
0
-
2337
-
3741
-
4589
-
5122
-
5627
-
7258
# Note: depends on [pkg]gtk+[/pkg] or [pkg]gtk+2[/pkg] # Note: depends on [pkg]vala[/pkg] # Note: depends on [pkg]cyrus-sasl[/pkg] wget -c [link]http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/1.0/gtk-vnc-1.0.0.tar.xz[/link] tar -xJf gtk-vnc-1.0.0.tar.xz cd gtk-vnc-1.0.0 mkdir -p build_gtk2 cd build_gtk2 if ../configure --prefix="/usr" --with-gtk=2.0; then # gtk+2 support make # Doesn't mind -j# make install fi cd .. mkdir -p build_gtk3 cd build_gtk3 if ../configure --prefix="/usr" --with-gtk=3.0; then # gtk+ support make # Doesn't mind -j# make install fi
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page