forked from tTh/FloatImg
13 lines
188 B
Bash
13 lines
188 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cp libfloatimg.a /usr/local/lib
|
||
|
cp floatimg.h /usr/local/include
|
||
|
|
||
|
cp tools/mkfimg tools/fimg2pnm tools/addtga2fimg \
|
||
|
tools/png2fimg tools/fimgstats \
|
||
|
/usr/local/bin
|
||
|
|
||
|
|
||
|
|
||
|
|