Giter Site home page Giter Site logo

opensees's Introduction

OpenSees - Release 1
This is the first release of the OpenSees framework. Feedback and
comments would be greatly appreciated.

INSTALLATION INSTRUCTIONS:

UNIX: You need to create a Makefile.def for your system. We have no automatic
configuration at this time. You should copy one of existing Makefile.def.* in 
the directory MAKES to this directory and rename it Makefile.def. Then 
typically all you need to do is modify the $HOME variable. You also need a 
bin and lib directory in $HOME. Then type 'make'.

Note: Depending on your system you may need to install some additional 
packages, i.e. tcl/tk and mysql.

WINDOWS: go the Win32 and open up the vc++ project. then do a build once loaded.
Note: You do need to have installed tcl/tk.


FRAMEWORK CONTENTS:

This directory contains the following:
	COPYRIGHT a file containing the copyright information on the
	code that has so far been developed.

	SRC the source code for all the classes developed for OpenSees can
	be found in this subdirectory.

	Makefile this is a makefile that may be provided to the unix 
        make program. It will create the libraries specified by YOU the
	user in Makefile.def. NOTE TO RUN PROPERLY YOU NEED TO HAVE
	PREINSTALLED THE TCL/TK LIBRARIES AND INCLUDE FILES. These 
	can be found at http://dev.scriptics.com/software/tcltk.
	If you are running LINUX you probably already have the files.
	NOTE THAT BEFORE YOU RUN 'make', YOU NEED TO HAVE CREATED THE 
	DIRECTORIES '$(HOME)/lib' and '$(HOME)/bin' where $(HOME) is
	what you have defined in Makefile.def.

	Makefile.def this is the one file you must edit. You need to
	set paths, library names, your favorite compiler and compiler 
	options.

	MAKES is a subdirectory containg example Makefile.def's.

	DOCUMENTS is a subdirectory containing 3 postscript files.

	EXAMPLES is a subdirectory containg example subdirectories.

	OTHER is a subdirectory containing a number of subdirectories
	containing the source code for the numerical libraries that the user
	may need to install if not already on the users machine:
		BLAS - contains the blas routines called.
		CBLAS - contains the cblas routines called (SuperLU).
		LAPACK - contains the lapack routines called.	
		ARPACK- containts the ARPACK routines called.
		UMFPACK- containts the ARPACK routines called.
		SuperLU - contains the SuperLU routines called.

	Win32 is a dircetory for windows users. It contains 
	two projects 1: g3.dsw (a microsoft visualc++ project)
		     2: g3Fortran.mdp (a microsoft powerstation
	                fortran project)
	which can be used to build the g3 interpreter on windows machines.
	NOTE TO RUN PROPERLY YOU NEED TO HAVE PREINSTALLED THE TCL/TK 
        LIBRARIES AND INCLUDE FILES, which can be obtained as outlined above.













opensees's People

Contributors

lge88 avatar

Stargazers

Chennakesava Kadapa avatar  avatar Songming Hu avatar Julian Henneberg avatar Ryan avatar SHUGANG avatar wow avatar Tengfei Liu avatar luke chen avatar MazdakShojaie avatar Luis C. Pérez Tato avatar

Watchers

 avatar James Cloos avatar  avatar Luis C. Pérez Tato avatar  avatar SHUGANG avatar

opensees's Issues

json_spirit.h missing

Hi, I am trying to build opensees using your repository. however, the make system complains about missing json_spirit.h.
what is your recommendation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.