Taking ideas from https://hub.docker.com/r/jmaxwilson/povray/dockerfile
This commit is contained in:
parent
471f1cf908
commit
a9b034abca
|
@ -2,9 +2,11 @@
|
|||
|
||||
EMAIL="hi@mmcwilliams.com"
|
||||
NAME="Matt McWilliams"
|
||||
CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR"
|
||||
|
||||
cd unix/
|
||||
sh prebuild.sh
|
||||
cd ../
|
||||
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
|
||||
make -j
|
||||
echo "typedef unsigned int uint;" > uint-hack.h
|
||||
make -j CPPFLAGS="${CPPFLAGS}"
|
Loading…
Reference in New Issue