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