|
|
|
|
|
|
|
|
Re: mac uppcocoa ide preview pre-beta download [message #38306 is a reply to message #38298] |
Sun, 09 December 2012 19:09   |
nlneilson
Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
|
Contributor |
|
|
victor wrote on Sun, 09 December 2012 07:43 | Getting UPP really working is a hard task in my opinion -
|
You must mean it's hard on Mac as Win and Linux versions work great.
The problem may be with Mac as they were slow updating to the latest java versions also.
How old is your Mac OS version, I think there is a version more compatible with Win. Just a guess as I don't nor do I intend to use Mac in the near future.
They do make things that look cute for $$$$$$.
[Updated on: Sun, 09 December 2012 19:10] Report message to a moderator
|
|
|
|
|
|
Re: mac uppcocoa ide preview pre-beta download [message #38321 is a reply to message #38298] |
Mon, 10 December 2012 03:20   |
jerry
Messages: 4 Registered: March 2008
|
Junior Member |
|
|
maybe it's not so difficult to build it.
I use GYP compile the code. GYP is a tool generate vs/xcode/makefile tools by google.
download & place upp.gyp,system.gyp in build/
tree .
├── build
│ ├── upp.gyp
│ ├── system.gyp
├── cocobox
├── uppsrc
then:
sudo pip install gyp
cd build
gyp --depth=. upp.gyp -fmake
make
maybe should install fontconfig and freetype2 via port in OS X.
port install freetype2
port install fontconfig
and create xcodeproj via
gyp --depth=. upp.gyp -fxcode
ps: This is not the officially build way.
HTH
6301079821bb4e47c5dfeea81d7a2804
|
|
|
|
|
|
|
|
|