source: branches/blt4/instant/irappture.in @ 1838

Last change on this file since 1838 was 1744, checked in by gah, 14 years ago

update with java and install rappture

  • Property svn:executable set to *
File size: 882 bytes
Line 
1#!/bin/sh
2# ----------------------------------------------------------------------
3#  RAPPTURE
4#
5#  This is the main script that most people use to invoke the
6#  Instant Rappture GUI builder.  It sets environment variables so
7#  that the builder script will work properly for the current
8#  installation.
9#
10# ======================================================================
11#  AUTHOR:  Michael McLennan, Purdue University
12#  Copyright (c) 2004-2010  Purdue Research Foundation
13#
14#  See the file "license.terms" for information on usage and
15#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
16# ======================================================================
17
18prefix=@prefix@
19exec_prefix=@exec_prefix@
20bindir=@bindir@
21libdir=@libdir@
22TCL_VERSION=@TCL_VERSION@
23
24. ${bindir}/rappture.env
25exec ${bindir}/wish${TCL_VERSION} ${libdir}/instant/main.tcl $*
Note: See TracBrowser for help on using the repository browser.