forked from pencil2d/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-linux.txt
27 lines (21 loc) · 859 Bytes
/
notes-linux.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
These are some notes/memo about compiling Pencil on Linux
Last edited: 2007-10-12
Pascal Naidon
1) Install Qt >= 4.6.0 if you haven't done it
2) Install Ming >= 0.4.x
3) Open a terminal, go to the directory where pencil.pro is located, and type "qmake"
4) Type "make"
The Debian directory has been created by Paul Wise for Debian distribution.
====================================================================
Qt on Linux
-> The Qt framework is needed to create the graphical interface of Pencil
Use the installer from Trolltech
www.trolltech.com
====================================================================
Ming (Flash/SWF library) on Linux
-> The Ming library enables Pencil to export animation to the Flash/SWF format
www.libming.org
========================
Deploying Pencil on Linux systems
????
No one has made a package for Linux yet.