Mudanças entre as edições de "TBO"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 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 9: | Linha 12: | ||
</source> | </source> | ||
− | Referências | + | == 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/ |
Edição das 13h10min de 20 de dezembro de 2011
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