Sk1: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 2: | Linha 2: | ||
sk1 em debian etch | sk1 em debian etch | ||
$ mkdir sk1 | |||
<source lang="bash"> | |||
$ cd sk1 | |||
$ wget -c http://sk1project.org/downloads/sk1/sk1_0.9.0-rev335-1_i386.deb | |||
$ wget -c http://sk1project.org/downloads/tcl_tk/tcl8.5_8.5.0-2_i386.deb | |||
$ wget -c http://sk1project.org/downloads/tcl_tk/tk8.5_8.5.0-3_i386.deb | |||
$ wget -c http://sk1project.org/downloads/pylcms/python-liblcms_1.15-1_i386.deb | |||
# apt-get install python-imaging | |||
# dpkg -i *.deb | |||
</source> | |||
Uniconverter em debian etch: | Uniconverter em debian etch: | ||
<source lang="bash"> | |||
$ wget -c http://sk1project.org/downloads/uniconvertor/v1.1.3/uniconvertor-1.1.3.tar.gz | |||
$ tar zxvf uniconvertor-1.1.3.tar.gz | |||
$ cd UniConvertor-1.1.3/ | |||
# apt-get install python-dev python-imaging build-essential | |||
# python setup.py install | |||
</source> | |||
Ubuntu 16.04 | |||
<source lang="bash"> | |||
wget "https://sk1project.net/dc3.php?version=2.0rc2&target=python-sk1-2.0rc2_0ubuntu1_16.04_amd64.deb" -O sk1.deb | |||
sudo dpkg -i sk1.deb | |||
sudo apt-get install -f | |||
</source> | |||
referência | |||
* http://www.edivaldobrito.com.br/corel-draw-para-linux-conheca-sk1/ | |||
[[Categoria:Gráfico]] | [[Categoria:Gráfico]] | ||
Edição atual tal como às 11h03min de 3 de abril de 2017
sk1 em debian etch
$ mkdir sk1
$ cd sk1
$ wget -c http://sk1project.org/downloads/sk1/sk1_0.9.0-rev335-1_i386.deb
$ wget -c http://sk1project.org/downloads/tcl_tk/tcl8.5_8.5.0-2_i386.deb
$ wget -c http://sk1project.org/downloads/tcl_tk/tk8.5_8.5.0-3_i386.deb
$ wget -c http://sk1project.org/downloads/pylcms/python-liblcms_1.15-1_i386.deb
# apt-get install python-imaging
# dpkg -i *.deb
Uniconverter em debian etch:
$ wget -c http://sk1project.org/downloads/uniconvertor/v1.1.3/uniconvertor-1.1.3.tar.gz
$ tar zxvf uniconvertor-1.1.3.tar.gz
$ cd UniConvertor-1.1.3/
# apt-get install python-dev python-imaging build-essential
# python setup.py install
Ubuntu 16.04
wget "https://sk1project.net/dc3.php?version=2.0rc2&target=python-sk1-2.0rc2_0ubuntu1_16.04_amd64.deb" -O sk1.deb
sudo dpkg -i sk1.deb
sudo apt-get install -f
referência