Skip to content

Commit

Permalink
INSTALL: update version nrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter de Groot committed Jan 26, 2010
1 parent 8064fd2 commit b73fe00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ B) other programs.
NOTE: python is in transition to an new and incompatible version 3.x. Python 2.6 is the last of the 2.x series and will likely be supported for a very long time. It contains many features that should make the transition smooth (if we will ever make it). We will stick with 2.6.x until all the dependencies have switched to 3.x.
URL: python.org

2a) numpy (1.3.0)
2a) numpy (1.4.0)
2b) scipy (0.7.1) (optional)

numpy gives numerical-math functionality (similar to matlab)
Expand All @@ -48,9 +48,9 @@ B) other programs.
pyreadline is needed by ipython for 'tab'-completion
URL: ipython.scipy.org (pyreadline in download dir)

4a) pygtk (2.12.1-3)
4b) pygobject (2.14.2-2)
4c) pycairo (1.4.12-2)
4a) pygtk (2.16.0)
4b) pygobject (2.20.0)
4c) pycairo (1.8.6)

libraries used for creating graphical interfaces.
URL: pygtk.org
Expand All @@ -62,23 +62,23 @@ B) other programs.

=Group B=

1) gnuplot (4.3 development jul-2009)
1) gnuplot (4.4rc1)

plotting in QTlab is done using the gnuplot program.
URL: gnuplot.info
(NEED version 4.3, currently found in development section!)

2) Console2 (2.00b144)
2) Console2 (2.00)

an enhanced interface for the windows 'cmd'-terminal
URL: sourceforge.net/projects/console
(Don't get the _src version, but just the
regular binary version from the files list.)

3) GTK (2.14.7)
3) GTK (2.16.6)

Libraries to make graphical interfaces. (use bundle)
URL: http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/
URL: http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/


To 'install' the programs of group B, we recommend the following.
Expand All @@ -91,7 +91,7 @@ c) GTK comes as a bundle, and is also just a collection of files and folders. Ju

d) Lastly we have to make sure QTlab can find the executables. In stead of changing the PATH permanently (in system => advanced => system_variables), we prefer to add them on the commandline. Adjust the qtlab.bat file to correspond to the location of your '3rd_party' folder. If you did it exactly as recommended here, you can just uncomment the four 'SET' lines. This will add the following variables to the PATH:

<path_to_gnuplot_folder>\binaries
<path_to_gnuplot_folder>\bin
<path_to_console2_folder>\
<path_to_gtk_folder>\bin
<path_to_gtk_folder>\lib
Expand Down

0 comments on commit b73fe00

Please sign in to comment.