aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALLING
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-28 22:05:15 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-28 22:05:15 +0200
commit6b9e0663beeda32953f10048743079e1ca391f42 (patch)
treec992f3bd981966df058df4cc5f3e33672898a8b1 /INSTALLING
parent4ac4d3369870d02526a81de8b73c467974d16a94 (diff)
installing/building instructions
Diffstat (limited to 'INSTALLING')
-rw-r--r--INSTALLING23
1 files changed, 23 insertions, 0 deletions
diff --git a/INSTALLING b/INSTALLING
new file mode 100644
index 0000000..0d10d24
--- /dev/null
+++ b/INSTALLING
@@ -0,0 +1,23 @@
+* Arch Linux:
+ pkgbuild @ http://aur.archlinux.org/packages.php?ID=25972
+
+* From source:
+
+$ git clone git://github.com/Dieterbe/uzbl.git
+[ $ git checkout master/experimental ] # master == fairly stable. experimental is more bleeding edge
+$ cd uzbl
+$ make
+$ sudo make install
+
+Dependencies:
+libwebkit 1.1.4 or higher
+gtk 2 something something
+pkgconfig (for Make/gcc)
+
+Optional:
+dmenu, zenity, bash for the sample scripts
+
+You will have the program in /usr/bin and various sample scripts, a sample config, sample bookmarks file and some documentation in /usr/share/uzbl. You
+will probably want to change the scripts to behave more like you want, so copy the scripts to your home dir. If you save your config as
+$XDG_CONFIG_HOME/uzbl/config (this expands to ~/.config/uzbl/config on most systems) it will be recognized automatically. You can also pass the path to
+the config file with the --config parameter.