forked from nicolasedh/hexBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME-install.txt
More file actions
28 lines (18 loc) · 831 Bytes
/
README-install.txt
File metadata and controls
28 lines (18 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
These are the installation instructions for HexBlocker an Open Source program
for creating blockMeshDict files for OpenFOAM.
If you can compile and install OpenFOAM with ParaView then the install.sh script
should run just fine. Just run
./install.sh
And everything should work. Right.
I have only tested to build hexBlocker on Fedora 23. HexBlocker workds with the fedora packaged vtk. You can install it with
dnf install vtk vtk-devel vtk-qt
In wich case you should modify the installscript so it doesn't download
VTK.
For OpenSUSE the following packages names are different.
libqt4-dev ---> libqt4-devel
zlib1g-dev ---> zlib-devel
libreadline-dev ---> readline-devel
libncurses-dev ---> ncurses-devel
libxt-dev ---> libXt-devel
I would also recommend to install qtcreator if you want to modify hexBlocker
Best of luck