Voodooprojects

Chameleon => General Discussion => Topic started by: adsfman on May 18, 2012, 12:36:27 AM

Title: How to create Chameleon PKG installer
Post by: adsfman on May 18, 2012, 12:36:27 AM
Hey,
I downloaded the Chameleon SVN source using Terminal. I want to use the official trunk to create an installer. I found buildpkg.sh. I tried running it in Terminal, but it just says Too few arguments. Aborting...
How do you get the script to run?
Title: Re: How to create Chameleon PKG installer
Post by: Blackosx on May 18, 2012, 10:58:52 AM
Try

Code: [Select]
make pkg
Title: Re: How to create Chameleon PKG installer
Post by: adsfman on June 02, 2012, 08:19:14 PM
I'm sorry I haven't replied earlier. I don't get how I am supposed to use that command. I drag the buildpkg.sh file to terminal, then type build pkg and hit enter, but it still gives me the same error.
Title: Re: How to create Chameleon PKG installer
Post by: Gringo Vermelho on June 02, 2012, 08:22:57 PM
Not build, make.

I have never built the installer myself (i usually run the xcode project to compile and then install Chameleon manually) but I think you need XCode command line tools installed? Not sure.
If you have the App Store version of Xcode it does not come with these included but you can download additional components from somewhere in one of the menus.
Title: Re: How to create Chameleon PKG installer
Post by: adsfman on June 03, 2012, 04:29:05 PM
Ohh, OK. I'll download the command line tools for XCode.