pbs-software / pbs-modelling

R package PBSmodelling - GUI tools made easy: interact with models and explore data
2 stars 1 forks source link

OSX bwidget and tktable install instructions #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OSX users must install bwidget (package doesn't need any compiling - its
just a collection of tcl scripts
-download from http://sourceforge.net/projects/tcllib/files/
-install to a location where tcl will look (i.e. /usr/local/lib) (messy)

OR:
-intall somewhere in home directory and modify auto_path:
tcl("lappend", "auto_path", "/Users/alex/Desktop/downloads/BWidget-1.9.0")
tcl("package","require","BWidget")

-Does the BWidget license allow us to include it in PBSmodelling? Maybe
this is easiest. Otherwise, we should print hints as to how to install it
when the warning is printed.

and tktable
-from http://sourceforge.net/projects/tktable/files/
or: install directly with:
   sudo port install tktable (if you have mac ports installed)

see: http://osdir.com/ml/lang.r.mac/2006-10/msg00002.html

Original issue reported on code.google.com by alex_goo...@mofo.ca on 8 Sep 2009 at 6:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r129.

Original comment by alex_goo...@mofo.ca on 9 Sep 2009 at 4:26

GoogleCodeExporter commented 9 years ago
bwidget source is now included with PBSmodelling (it has a BSD license)
tktable however requires compilations and can't be included (but mac ports has 
a port)

Original comment by alex_goo...@mofo.ca on 9 Sep 2009 at 4:28