Δημοσιεύτηκε: 05 Απρ 2014, 15:53
από Inferno1988
Ilias95 έγραψε:link?

Κώδικας: Επιλογή όλων

http://virtual.vtt.fi/virtual/proj2/multimedia/alvar/index.html


Για να το κατεβάσεις πρέπει να συμπληρώσεις μια φόρμα και σου στέλνουν σε mail έναν σύνδεσμο που είναι valid για 3 ώρες μόνο.

ilias95 έγραψε:Από ποια εντολή ήρθε αυτή η έξοδος;


Οι οδηγίες που ακολουθώ για το compile είναι μέσα στο doc της βιβλιοθήκης και για linux είναι οι εξής:
Κώδικας: Επιλογή όλων

1. Setup a build environment.
apt-get install build-essential cmake

2. Download and install OpenCV 2.4.0.
Precompiled version from VTT is available in the same location as ALVAR.

3. Install GLUT using distribution package or compile it yourself.
apt-get install freeglut-dev

4. Optionally install OpenSceneGraph using distribution package or compile it
yourself.
apt-get install libopenscenegraph-dev

4. Run ./build/generate_[target].sh, where target is one of the following
supported platforms.
gcc43: GNU Compiler Collection 4.3
gcc44: GNU Compiler Collection 4.4

Example:
cd ./build
chmod +x generate*.sh
./generate_gcc44.sh

5. If CMake cannot find the required libraries, the cmakegui is launched.
Configure the following variables accroding to your development
environment.
OpenCV_ROOT_DIR = /path/to/opencv
GLUT_ROOT_PATH = /usr
OSG_ROOT_DIR = /usr

Press 'Configure' and modify the paths until the 'Generate' button is
enabled. Press 'Generate' and close the cmakegui window.

6. Build the project.
cd ./build/build_gcc44_release
make


Η εντολή δηλαδή που βγάζει το πρόβλημα είναι μέσα στο generate_gcc44.sh αρχείο (που δεν έχω καμία εξοικείωση με αυτά)
και υποτίθεται είναι στάνταρ για αυτό το σύστημα, αν καταλαβαίνω καλά.

Σ' ευχαριστώ για τη βοήθεια και τον χρόνο που αφιερώνεις πάντως, φίλε.