Difference between revisions of "Instalasi MyPaint"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
cd /usr/local/src/mypaint-0.8.2 | cd /usr/local/src/mypaint-0.8.2 | ||
+ | compile | ||
+ | scons | ||
+ | menjalankan MyPaint | ||
+ | cd /usr/local/src/mypaint-0.8.2 | ||
+ | ./mypaint | ||
+ | |||
+ | |||
+ | Compile & Run | ||
+ | |||
+ | scons && ./mypaint | ||
+ | |||
+ | Install | ||
+ | |||
+ | scons prefix=/usr/local install | ||
==Referensi== | ==Referensi== | ||
Line 29: | Line 43: | ||
* [[Multimedia di Linux]] | * [[Multimedia di Linux]] | ||
+ | |||
+ | [[Category: Multimedia]] | ||
+ | [[Category: Linux]] |
Latest revision as of 09:44, 10 May 2010
Download dari
http://mypaint.intilinux.com/?page_id=6 http://mypaint.intilinux.com/
Siapkan software pendukung
apt-get install g++ python-dev libglib2.0-dev python-numpy \ swig scons gettext python-protobuf protobuf-compiler
Copy dan Ekstrak
cp mypaint-0.8.2.tar.bz2 /usr/local/src/ cd /usr/local/src/ tar jxvf mypaint-0.8.2.tar.bz2 cd /usr/local/src/mypaint-0.8.2
compile
scons
menjalankan MyPaint
cd /usr/local/src/mypaint-0.8.2 ./mypaint
Compile & Run
scons && ./mypaint
Install
scons prefix=/usr/local install