From 2016dd92ba18d85135389c896563a584957a52a1 Mon Sep 17 00:00:00 2001 From: fmckenna Date: Mon, 9 Oct 2017 15:09:29 -0700 Subject: [PATCH] adding stuff about tcl and opensees external code required --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fd5c993..bbc8b6e 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # OpenSeesInterpreter + + +To build the application the user is required to download and install the following: +----------------------------------------------------------------------------------- + +The TclInterpreter, requires use of the Tcl/Tk library: +https://www.tcl.tk/software/tcltk/license.html + +----------------------------------------------------------------------------- + +All interpreters make use of the OpenSees software framework. +http://opensees.berkeley.edu + +-----------------------------------------------------------------------------