UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
OpenCOLLADA
COLLADAMax and COLLADAMaya are new implementation of a 3ds Max or Maya plug-ins to export scene or parts of it to a COLLADA file, released under an MIT-license.Package info
Template:
Codename: OpenCOLLADA
Source file: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz
Source file size: 2547807
Source file MD5-checkum: 2120c8c02aab840e81cb87e625a608f7
Source directory: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz.md5sum
Dependances: libxml2, pcre.
Dependance of: blender.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SHARED=ON \
-DUSE_STATIC=OFF
Build script:
cd build
make
Install script:
cd build
make install
cat >> /etc/ld.so.conf << EOF
/usr/lib/opencollada
EOF
ldconfig