Mudanças entre as edições de "TBO"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 4: | Linha 4: | ||
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/ |
Edição das 13h05min de 20 de dezembro de 2011
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: