enGits / engrid

ENGRID is a mesh generation software with CFD applications in mind. It supports automatic prismatic boundary layer grids for Navier-Stokes simulations and has a Qt based GUI.
Other
143 stars 55 forks source link

Ubuntu 14.04 Compatibility #49

Closed itsnotmyfault1 closed 9 years ago

itsnotmyfault1 commented 9 years ago

While running the build script in Ubuntu 14.04, the only thing I noticed was "/usr/bin/ld: cannot find -ltcl8.5"

The fix is simple: add tcl8.5 to the apt-get line. A newer version probably gets installed instead of this one.

After installing this package and running the build script again, engrid launches. I don't know if it works yet.