Mudanças entre as edições de "TBO"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
 +
Programa para criar história em quadrinhos
 +
 +
== Instalando ==
 
<source lang="bash">
 
<source lang="bash">
 
yum install librsvg2-devel
 
yum install librsvg2-devel
Linha 4: Linha 7:
 
tar jxvf tbo_0.98.orig.tar.bz2
 
tar jxvf tbo_0.98.orig.tar.bz2
 
cd tbo-0.98
 
cd tbo-0.98
 +
./configure
 +
make
 +
make install
 
</source>
 
</source>
  
 
+
== Referências ==
 
* http://edigitales.org/creating-comics-with-tbo-gnome-simple-comic-creator-on-ubuntu/
 
* http://edigitales.org/creating-comics-with-tbo-gnome-simple-comic-creator-on-ubuntu/
 
* http://www.getdeb.net/software/tbo
 
* http://www.getdeb.net/software/tbo
 
* http://archive.getdeb.net/ubuntu/rpool/apps/t/tbo/
 
* http://archive.getdeb.net/ubuntu/rpool/apps/t/tbo/
 +
* http://www.danigm.net/node/130
 +
* http://live.gnome.org/TBO
 +
* http://git.gnome.org/browse/tbo

Edição atual tal como às 22h53min de 8 de abril de 2012

Programa para criar história em quadrinhos

Instalando

yum install librsvg2-devel
wget -c http://pub.nkosi.org/tbo_0.98.orig.tar.bz2
tar jxvf tbo_0.98.orig.tar.bz2
cd tbo-0.98
./configure
make
make install

Referências