From: W. Trevor King Date: Wed, 3 Nov 2010 18:41:49 +0000 (-0400) Subject: Explain my Hooke ebuild in doc/install.txt. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff7c35b9be85d62dec51d3d15f8dc20129e81c9a;p=hooke.git Explain my Hooke ebuild in doc/install.txt. --- 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 ==================