thanks so much!!! looks like i did a proper install. im gonna read the miniaudicle documentation and hopefully start doing some chucking soon!
--- On Tue, 8/2/11, Joel Matthys wrote:
From: Joel Matthys
Subject: Re: [chuck-users] need help installing chuck
To: chuck-users@lists.cs.princeton.edu
Date: Tuesday, August 2, 2011, 1:41 AM
Oops, I see that you did navigate to your downloads folder correctly.
Just to be sure, you didn't type "%>chuck" did you? The "%>" is meant to represent the computer's line prompt.
All YOU have to type is:
chuck
and hit enter. Now do you get the whole "no input files" thing?
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
Reply-to: ChucK Users Mailing List
To: ChucK Users Mailing List
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
Reply-to: ChucK Users Mailing List
To: ChucK Users Mailing List
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
Reply-to: ChucK Users Mailing List
To: ChucK Users Mailing List
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
Reply-to: ChucK Users Mailing List
To: ChucK Users Mailing List
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
-----Inline Attachment Follows-----
_______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users