VXL: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
(exeplo hello-vxl)
(basic info for new way of doing things and mac)
Linha 1: Linha 1:
=  Baixando pelo Git-Svn =
== Git ==
Folow the instructions at https://sourceforge.net/p/vxl/wiki/Git/


Para baixar todo o repositorio com todas as milhares de revisions, digite:
<pre>$ git svn clone -s http://vxl.svn.sourceforge.net/svnroot/vxl
</pre>
Porém, se você não tem tempo/paciência para esperar (e eventualmente rodar o comando novamento devido a queda na conexão), baixe somente a ultima revision:
<pre>$ git svn clone -s http://vxl.svn.sourceforge.net/svnroot/vxl -r HEAD
</pre>
Ou também pode se baixar a partir de uma determinada revision em diante:
<pre>$ git svn clone -s http://vxl.svn.sourceforge.net/svnroot/vxl -r XXXX:HEAD


# XXXX = número da revision desejada</pre>
== Compiling ==


=== Apple OSX ===
There are a few bugs affecting compilaiton, see [https://trac.macports.org/ticket/41241]


== Instalando ==
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.
Apenas rode os comandos (dentro da pasta que está o repositório do vxl)
 
$ cd trunk/
$ cmake ./
$ make
$ sudo make install
 
E pronto, o VXL está instalado!
 
<small><sub> Testado no Ubuntu 11.04 </sub></small>


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

Edição das 21h53min de 22 de novembro de 2013

Git

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


Compiling

Apple OSX

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

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.

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/