forked from pencil2d/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-macosx.txt
27 lines (19 loc) · 1.03 KB
/
notes-macosx.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
These are some notes/memo about compiling Pencil on Mac OS X
Last edited: 2013-07-31 by Franois TŽchenŽ
To compile Pencil for OS X Power PC "out of the box"
0) Install XCode and Apple Developer Kit if you haven't done it
1) Install Qt from TrollTech if you haven't done it
2) Open pencil.pro with Qt Creator
3) Go to Qt Creator->Preferences->Build & Run
4) Under "Qt Versions" make sure qmake is located
5) Under "Compilers" make sure Clang x64 is present
6) Under "Kits" select default and chose your Compiler and QT Version
7) Now everything is ready, Just click the Run button to build and run Pencil
A complete step by step can be found here :
http://www.pencil2d.org/wiki/tutorials/how-to-build-pencil-step-by-step/
====================================================================
Qt on Mac
-> The Qt framework is needed to create the graphical interface of Pencil
Use the installer from http://qt-project.org/downloads
I've used Qt 4.7.4 on the current version
You could also install Qt through a package manager such as Homebrew