Skip to content

Commit

Permalink
Update INSTALL.md (#821)
Browse files Browse the repository at this point in the history
Update INSTALL.md for Ubuntu installation. Removed four packages that did not exist anymore and changed the name of one.
  • Loading branch information
OrdoFlammae authored and karlkleinpaste committed Aug 25, 2017
1 parent e09cdf7 commit e92ae44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions INSTALL.md
Expand Up @@ -27,11 +27,11 @@ packages installed:

Or for ubuntu, both GTK3 and GTK2 versions, install:

$ sudo apt-get install cpp intltool libgtk-3-dev libdbus-glib-1-dev libgtkhtml3.14-dev libwebkitgtk-3.0-dev libxml2-dev libgsf-1-dev libgconfmm-2.6-dev libsword-dev uuid-dev gnome-doc-utils rarian-compat libgtkhtml-editor-dev libwebkit-dev libglade2-dev libgtkhtml-4.0-dev libgtkhtml-editor-4.0-dev
$ sudo apt-get install cpp intltool libdbus-glib-1-dev libwebkitgtk-3.0-dev libxml2-dev libgsf-1-dev libgconfmm-2.6-dev libsword-dev uuid-dev gnome-doc-utils rarian-compat libwebkitgtk-dev libglade2-dev

Next we need to configure everything:

$ ./waf configure --prefix=/usr --debug-level=optimized
$ ./waf configure --prefix=/usr --debug-level=optimized --enable-webkit-editor

Now we build:

Expand All @@ -40,4 +40,3 @@ Now we build:
Then install:

$ sudo ./waf install

0 comments on commit e92ae44

Please sign in to comment.