ARToolKit, Collada DOM, OpenSceneGraphとosgARTインストールスクリプト

ARToolKit, Collada DOM, OpenSceneGraphとosgARTインストールスクリプトを作りました。私のgithubにあります:

https://github.com/enekochan/installation-scripts

まだちょっと化したいですがそれは良いです。

全部このtar.gzです

インストール順序:

  1. installARToolKit.sh
  2. installCollada.sh
  3. installOpenSceneGraph.sh
  4. installosgART.sh

インストールしてからCollada(.dae)ファイルosgARTで開けれる。

ソースコードここ.

No related content found.

Leave a comment ?

3 Comments.

  1. Thanks so much for a great posting. The location of osgART 2.0 RC3 changed (it’s now under osgart.org/images .. no wiki directory). I’m having a prolem under ubuntu 12.04 during the compilation of osgART:

    -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so 
    -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
    -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
    -- Found Doxygen: /usr/bin/doxygen 
    CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
    Please set them or make sure they are set and tested correctly in the CMake files:
    ARTOOLKIT2_LIBARGSUB_LITE
        linked by target "osgart_tracker_artoolkit2" in directory /home/kenboy/PROJECTS/osgART/enekochan-installation-scripts-9c09d49/osgART_2.0_RC3/src/osgART/Tra
    ARTOOLKIT2_LIBARVIDEO
        linked by target "osgart_video_artoolkit2" in directory /home/kenboy/PROJECTS/osgART/enekochan-installation-scripts-9c09d49/osgART_2.0_RC3/src/osgART/Video
    
    -- Configuring incomplete, errors occurred!
    Compiling osgART...
    make: *** No targets specified and no makefile found.  Stop.
    make: *** No rule to make target `install'.  Stop.
    

    Any ideas? I’m still digging. Thanks again,

    Best,

    Ken

    • osgART depends on ARToolKit so you have to install it before installing osgART. Use the “installARToolKit.sh” script for that.

Leave a Comment