I downloaded Skia project from git repository. I searched the .xcodeproj
files but couldn't find them... How will I use the project in Xcode?
I am using mac os x 10.8 with xcode 4.6.
Asked
Active
Viewed 231 times
0

Abuzettin.H
- 113
- 2
1 Answers
0
Did you try running ./gyp_skia --depth=. -f xcode -Dskia_os=mac
in terminal while in skia
folder?

user3648895
- 395
- 10
- 20
-
worked. Now there are lots of project files, but which is better to choose for learning? – Abuzettin.H May 22 '14 at 17:20