forked from siana/SingularityViewer
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME.compile
More file actions
36 lines (18 loc) · 843 Bytes
/
README.compile
File metadata and controls
36 lines (18 loc) · 843 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
28
29
30
31
32
33
34
35
36
2015-09-18:
failing webkit on Gentoo: apparently emerging dev-qt/qtopengl fixes it
for reference:
build-linux-x86_64-release/newview/packaged $ LD_LIBRARY_PATH="`pwd`/lib64:`pwd`/lib32:$LD_LIBRARY_PATH" ldd ../../plugins/webkit/libmedia_plugin_webkit.so | grep found
... to see what's missing, and go from there
OLD:
compiling on a minimal centos 6.5 installation from their DVD:
yum install cmake gcc gcc-c++ mesa-libGL-devel mesa-libGLU-devel
yum install libidn-devel libXrender-devel libXinerama-devel
optionally:
yum install prelink
edit SingularityViewer/indra/cmake/00-Common.cmake and comment out
the line "-flto=4"
install fmod according to instructions on singularity website
run
sh ./mkupdate.sh
... and it should compile. If prelink is not installed, the binary
will not be prelinked, and this is not required.