VXL: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
Linha 11: Linha 11:
in CMAKE blank. That removes support for video loading but thats about it.
in CMAKE blank. That removes support for video loading but thats about it.
* A bug related to X11 means the headers from the wrong place are being used. I had to modify the cmake flag for x11 includes to point to /opt/local/include
* A bug related to X11 means the headers from the wrong place are being used. I had to modify the cmake flag for x11 includes to point to /opt/local/include
* A bug related to OpenGL acceleration in vgui/tests means this test is outdated and should be ignored. Comment out that file or the offending lines.


== Escrevendo um Programa que usa VXL ==
== Escrevendo um Programa que usa VXL ==

Edição das 22h33min de 22 de novembro de 2013

Git Repo

Folow the instructions at https://sourceforge.net/p/vxl/wiki/Git/

Compiling

Apple OSX

There are a few bugs affecting compilaiton, see [1]

  • make -j9 is having a non-deterministic behavior - try running it a few times, but make -j5 sometimes works better as far as errors go. A plain make is always safer.
  • If you find the error related to ffmpeg, then I just left all FFMPEG-related entries

in CMAKE blank. That removes support for video loading but thats about it.

  • A bug related to X11 means the headers from the wrong place are being used. I had to modify the cmake flag for x11 includes to point to /opt/local/include
  • A bug related to OpenGL acceleration in vgui/tests means this test is outdated and should be ignored. Comment out that file or the offending lines.

Escrevendo um Programa que usa VXL

Um exemplo simples usando CMake e' o hello-vxl:

git clone ssh://SOURCEFORGE_LOGIN@labmacambira.git.sourceforge.net/gitroot/labmacambira/hello-vxl

Leia o README.

Links

Site oficial http://vxl.sourceforge.net/