How to build OpenSees from source code

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
shiro
Posts: 59
Joined: Tue May 26, 2020 1:19 am

How to build OpenSees from source code

Post by shiro » Tue May 26, 2020 1:56 pm

I am biginer of OpenSees.

I try to build OpenSees from source code.
I build like bellow,

OS:Windows 10 (64 bit)
compiler:Microsoft Visual Studio Community 2019
OpenSees source code:download from [Git Hub OpenSees Release Page version 3.1.0.zip]
and unzip at D:

Tcl/Tk:download from [ActiveState ActiveTcl,version 8.6]

https://www.activestate.com/products/tcl/downloads/

Install Tcl at,

c:\Program Files\tcl

copy under files at [OpenSees-3.1.0\Win64\lib]

ifconsol.lib
libdecimal.lib
libifcoremt.lib
libifport.lib
libirc.lib
libmmt.lib
svml_dispmt.lib

then,finaly try build.

double clic under /Win64/OpenSees.sln

but failed.so I can not get OpenSees.exe file under Win64\bin folder.

Could you let me know how to build ?

Post Reply