1

Is there any way to work on Objective-J in Windows platform ? Any such IDE, Compiler for Objective-J for windows ?

Is Cappuccino developed only for Windows?

4

2 回答 2

2

Objective-J can be developed in Windows. If you don't need to compile Cappuccino itself, you should be able to just download the starter pack on http://cappuccino.org/download/ and go from there. The jake and objjc compilers should work just fine (although I haven't tested it). If you want to compile Cappuccino yourself, you'll probably need to install Cygwin to get gcc (its preprocessor is used).

Many Cappuccino coders use the Sublime Text 2 to edit Objective-J and Cappuccino code. That editor is available for Windows and I expect the Objective-J and Cappuccino package will work just fine there.

于 2011-11-30T13:02:27.527 回答
1

I'm pretty sure none of our build tools actually work on Cygwin. If they do, there are a lot of hoops you have to jump through. That will be something we have to work on when we move aeverything to node.js.

As for your question, like Alexander said, you don't need to compile it yourself... When you're ready to deploy, Andy Linux box will run the build tools just fine.

于 2011-11-30T15:35:53.890 回答