Mudanças entre as edições de "TBO"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
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 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/ | ||
+ | * 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