From ff7c35b9be85d62dec51d3d15f8dc20129e81c9a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 3 Nov 2010 14:41:49 -0400 Subject: [PATCH] Explain my Hooke ebuild in doc/install.txt. --- doc/install.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/install.txt b/doc/install.txt index 270f99e..5f78325 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -2,6 +2,27 @@ Installing Hooke **************** +Packages +======== + +Gentoo +------ + +I've packaged Hooke's `wtk` branch for Gentoo. You need layman_ and +my `wtk overlay`_. With the `doc` flag enabled, you will also need +the `science overlay`_ (for `dev-python/numpydoc`). Set up all of +that with:: + + # emerge -av app-portage/layman + # layman --add science + # layman --add wtk + # emerge -av sci-physics/hooke + +.. _layman: http://layman.sourceforge.net/ +.. _wtk overlay: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay/ +.. _science overlay: http://overlays.gentoo.org/proj/science/wiki/en + + Dependencies ============ @@ -25,6 +46,7 @@ You'll need the following Python modules: .. _Matplotlib: http://matplotlib.sourceforge.net/ .. _wxPython: http://www.wxpython.org/ + Getting the source ================== -- 2.26.2