Does the miniAudicle work for you? Because that's the most straightforward way to use ChucK. Certainly if you're mainly interested in programming for the Monome, the miniAudicle is the best environment. The installation of the command-line version is generally only necessary for special cases.

If you're really intent on using the command line version, I suspect that it's navigating to the chuck folder in the terminal that's tripping you up.

Where is your chuck-1.2.1.3-exe folder? If it's on your desktop, then you'll need to type:

cd ~/Desktop/chuck-1.2.1.3-exe/bin

(likewise, if it's in your Downloads folder, replace Desktop above with Downloads)

then:
sudo cp chuck /usr/local/bin

(Just to echo Hans' comment, you don't need that line about 'sudo chmod 755...')

Joel

On Tue, 2011-08-02 at 01:09 -0400, chuck-users-request@lists.cs.princeton.edu wrote:
Send chuck-users mailing list submissions to
	chuck-users@lists.cs.princeton.edu

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
or, via email, send a message with subject or body 'help' to
	chuck-users-request@lists.cs.princeton.edu

You can reach the person managing the list at
	chuck-users-owner@lists.cs.princeton.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of chuck-users digest..."
Today's Topics:

   1. Re: need help installing chuck (SA NALEWALKE)
   2. Re: need help installing chuck (Jonas Zeleninsky)
   3. Re: need help installing chuck (Hans Aberg)
   4. Re: need help installing chuck (SA NALEWALKE)
MHTML Document attachment
-------- Forwarded Message --------
From: SA NALEWALKE <hybridmoments227@verizon.net>
Reply-to: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
To: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
Subject: Re: [chuck-users] need help installing chuck
Date: Mon, 1 Aug 2011 11:09:08 -0700 (PDT)

sorry about that, didnt mean to be rude.  i downloaded the executable, opened it, and looked at the files in the finder.  the main folder is called chuck-1.2.1.3-exe.  so i typed this command in the terminal:

%>cd chuck-1.2.1.3-exe/bin

but i got an error that says no such job.  any ideas what i might have done wrong? thanks.
MHTML Document attachment
-------- Forwarded Message --------
From: Jonas Zeleninsky <mrqwaxgo@gmail.com>
Reply-to: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
To: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
Subject: Re: [chuck-users] need help installing chuck
Date: Mon, 1 Aug 2011 20:13:56 +0200

Get to the folder first:

cd chuck-1.2.1.3-exe/bin/

then

sudo cp chuck /usr/bin/

and 

sudo chmod 755 /usr/bin/chuck

You will get asked for your password for the last two - that is ok, you are installing it into your system.
Than you can go to the folder with examples and try it out:

chuck name_of_the_example.ck

On 1.8.2011, at 20:09, SA NALEWALKE wrote:

> sorry about that, didnt mean to be rude.  i downloaded the executable, opened it, and looked at the files in the finder.  the main folder is called chuck-1.2.1.3-exe.  so i typed this command in the terminal:
> 
> %>cd chuck-1.2.1.3-exe/bin
> 
> but i got an error that says no such job.  any ideas what i might have done wrong? thanks.
> _______________________________________________
> chuck-users mailing list
> chuck-users@lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users


MHTML Document attachment
-------- Forwarded Message --------
From: Hans Aberg <haberg-1@telia.com>
Reply-to: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
To: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
Subject: Re: [chuck-users] need help installing chuck
Date: Mon, 1 Aug 2011 22:57:08 +0200

On 1 Aug 2011, at 20:13, Jonas Zeleninsky wrote:

> Get to the folder first:
> 
> cd chuck-1.2.1.3-exe/bin/
> 
> then
> 
> sudo cp chuck /usr/bin/

It seems that on Mac OS X 10.6.8, this can be replaced by
  sudo cp chuck /usr/local/bin/
as this directory is included in
  echo $PATH

> and 
> 
> sudo chmod 755 /usr/bin/chuck

And this unnecessary, as one is copying it (and it it is correctly set when unpacking with 'tar -xzf').

Hans





MHTML Document attachment
-------- Forwarded Message --------
From: SA NALEWALKE <hybridmoments227@verizon.net>
Reply-to: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
To: ChucK Users Mailing List <chuck-users@lists.cs.princeton.edu>
Subject: Re: [chuck-users] need help installing chuck
Date: Mon, 1 Aug 2011 22:09:11 -0700 (PDT)

i went into terminal and did exactly what you said.  when i entered "%>chuck" in the terminal it didnt give me the "[chuck]: no input files... (try –help)" message on the terminal screen like it says it should in the chuck manual. does this mean it didnt install correctly?  i included a pic of the terminal windo as well.  i dont know how to tell if its installed or not.  thanks so much for your help.
_______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users