Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/post/src/plugins/README.txt
3204 views
1
---------------------------------------------------------------
2
Compile and install ElmerPost's plugins:
3
---------------------------------------------------------------
4
5
$ export CFLAGS="-I/usr/include/tcl8.4 -I/usr/include/ffmpeg"
6
$ ./configure --prefix=$ELMER_POST_HOME
7
$ make
8
$ make install
9
10
Usually ELMER_POST_HOME is defined as
11
12
$ export ELMER_POST_HOME=$ELMER_HOME/share/elmerpost
13
14
If the configuration script fails to determine correct
15
setting, compilation instructions can be found from the
16
headers of the individual files (*.c).
17
18