Author Topic: How to create Chameleon PKG installer  (Read 3834 times)

0 Members and 1 Guest are viewing this topic.

adsfman

  • Entrant
  • Posts: 7
How to create Chameleon PKG installer
« 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?

Blackosx

  • Forum Moderator
  • Posts: 1150
Re: How to create Chameleon PKG installer
« Reply #1 on: May 18, 2012, 10:58:52 AM »
Try

Code: [Select]
make pkg
10.10.5 / 10.11 GM1 | Asus Maximum IV Gene-Z | i7-2600 3.40GHz | 4GB | Radeon 5770 1GB

adsfman

  • Entrant
  • Posts: 7
Re: How to create Chameleon PKG installer
« Reply #2 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.

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Re: How to create Chameleon PKG installer
« Reply #3 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.
10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131

adsfman

  • Entrant
  • Posts: 7
Re: How to create Chameleon PKG installer
« Reply #4 on: June 03, 2012, 04:29:05 PM »
Ohh, OK. I'll download the command line tools for XCode.