Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add installation README.
Signed-off-by: Chris Lamb <lamby@debian.org>
  • Loading branch information
lamby committed Oct 11, 2009
1 parent 1dbf914 commit 2204f21
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README
@@ -0,0 +1,33 @@
Standalone installation
-----------------------

* Copy tabs-right/ into the "extensions/" directory of epiphany-extensions
checkout.

* Edit epiphany-extensions's configure.ac:
- Add "tabs-right" to ALL_EXTENSIONS
- Add "extensions/tabs-right/Makefile" to AC_CONFIG_FILES

* Run: "./autogen.sh --with-extensions=tabs-right"

* Run: "make"

* Run: "sudo make install"


Debian installation
-------------------

* Copy tabs-right/ into the "extensions/" directory of
"apt-get source epiphany-extensions".

* Edit epiphany-extensions's configure.ac:
- Add "tabs-right" to ALL_EXTENSIONS
- Add "tabs-right" to USEFUL_EXTENSIONS
- Add "extensions/tabs-right/Makefile" to AC_CONFIG_FILES

* Run: ./autogen.sh

* Build and install the package.

-- Chris Lamb <lamby@debian.org> Sun, 11 Oct 2009 14:45:35 +0100

0 comments on commit 2204f21

Please sign in to comment.