xcode

  • awesome
    5th Apr 2011 Member 0 Permalink
    what do you need xcode for if you use terminal to compile. sorry i just want to compile my own mods.
    where is the most recent source (non beta)
    btw i have a mac
  • Mur
    5th Apr 2011 Member 0 Permalink

    awesome:

    what do you need xcode for if you use terminal to compile.

    make (at the terminal)?

    awesome:

    where is the most recent source (non beta)

    GitHub, second after a new release :P.....
  • awesome
    5th Apr 2011 Member 0 Permalink
    i have code blocks for mac
    does xcode have anything to do with compiling?
  • Mur
    5th Apr 2011 Member 0 Permalink
    @awesome (View Post)
    Now you really got me...I never have used an iMac, except if you consider that "looking" at one (with hands) on the Apple Store equals using one
  • awesome
    5th Apr 2011 Member 0 Permalink
    what do you mean ive got you
  • qaddosh
    5th Apr 2011 Member 0 Permalink
    @awesome (View Post)
    He means he doesn't use Macs.
  • awesome
    5th Apr 2011 Member 0 Permalink
    ya but all i want to know is xcode needed for compiling
  • qaddosh
    5th Apr 2011 Member 0 Permalink
    I do not know either. I don't use Macs. Overpriced hardware and MacOSX can be run on an ordinary PC if one really wants.
  • awesome
    5th Apr 2011 Member 0 Permalink
    i need someone to tell me how to compile on a mac because i get the error sudo make comand not found
  • Pilihp64
    5th Apr 2011 Developer 0 Permalink
    @awesome (View Post)
    you do NOT need to use xcode, you need developer tools, even though i believe xcode is installed when you get the developer tools anyway. you would need to set it up similarly to visual studio or code::blocks, you do not HAVE to.
    you can compile from terminal with 'make powder-x', once you have developer tools of course.