Magnie wrote a ubuntu tutorial here on the Panther site. I don't know if it's any use though. As far as I know it will work or be similar to commands for any unix based system. Are you thinking about using Panther with the Raspberry Pi? I sure am!
Last edited by sparks (2012-02-09 13:22:59)
Offline
sparks wrote:
Magnie wrote a ubuntu tutorial here on the Panther site. I don't know if it's any use though. As far as I know it will work or be similar to commands for any unix based system. Are you thinking about using Panther with the Raspberry Pi? I sure am!
I meant panther project
there is a simpler way to use panther on other OS'S
mac - double-click the panther image file
if it comes up with "select a application" choose scratch
Offline
OI sparks - did you make panther?
if you did can you help with this?
http://scratch.mit.edu/forums/viewtopic.php?id=89076
Last edited by muppetds (2012-02-09 13:42:49)
Offline
I am one of the Panther Developers but I'm not a heavy smalltalker so can't help much there I'm afraid
Offline
You have to compile the project into Squeak, then Squeak into Small Talk, then Small Talk into whatever language it's coded in, all the way down to actual binary format before you have an actual "exe" for Unix. Mac is probably simpler and you can probably just bundle the project into a single file (.app possibly) and then run it.
There was some topic that you could bundle projects into .jar format, which you can just double-click and it'll run as long as you have Java installed.
Offline
muppetds wrote:
complicated
![]()
how do you do that?![]()
I'm not sure, I've never used it.
Offline
Magnie wrote:
You have to compile the project into Squeak, then Squeak into Small Talk, then Small Talk into whatever language it's coded in, all the way down to actual binary format before you have an actual "exe" for Unix. Mac is probably simpler and you can probably just bundle the project into a single file (.app possibly) and then run it.
There was some topic that you could bundle projects into .jar format, which you can just double-click and it'll run as long as you have Java installed.
Unix doesn't use exe programs.
Offline
nathanprocks wrote:
Magnie wrote:
You have to compile the project into Squeak, then Squeak into Small Talk, then Small Talk into whatever language it's coded in, all the way down to actual binary format before you have an actual "exe" for Unix. Mac is probably simpler and you can probably just bundle the project into a single file (.app possibly) and then run it.
There was some topic that you could bundle projects into .jar format, which you can just double-click and it'll run as long as you have Java installed.Unix doesn't use exe programs.
Unix uses "executable" programs, you chmod +x to the files to turn them into "exes". There are binary programs for Unix which technically are "exes" in that sense.
Offline
zippynk wrote:
muppetds wrote:
you mean the panther2exe image?
yeah. Kind of. The image that opens up when you open a compiled panther project.
confused
can you explain a lot simply
Offline
Magnie wrote:
You have to compile the project into Squeak, then Squeak into Small Talk, then Small Talk into whatever language it's coded in, all the way down to actual binary format before you have an actual "exe" for Unix. Mac is probably simpler and you can probably just bundle the project into a single file (.app possibly) and then run it.
There was some topic that you could bundle projects into .jar format, which you can just double-click and it'll run as long as you have Java installed.
Let me just say, I didn't help develop Panther, but I really want to help out with this ever since I tried out the mod.
I wanted to mention that for Macs, if you place a '.app' extension you will have to run the newly compiled application on Macintosh OS 9 Classic, which needs a specialized system folder to run(run-on sentence).
Anyway, my Squeak Small Talking ability is incredibly weak, and ten-year-olds don't go around asking their school principals for a specialized after school program. My point is that not every one can use Squeak, (for me it wouldn't matter because it won't even download correctly on my computer) so I was thinking that it'd be a good idea to create some responsibilities for the programming of Panther and other Scratch modifications. You know, Graphics Design, Website Maintainence, that kind of thing.
About the '.jar' theory, Java Applets malfunction easily on older versions of Macintosh computers, so a piece of advice: install the most updated version of Java possible for your operating system as you can!! Trust me, I've learned the hard way.'
Just an idea. : )

Offline
ArtyArtArt679234 wrote:
Magnie wrote:
You have to compile the project into Squeak, then Squeak into Small Talk, then Small Talk into whatever language it's coded in, all the way down to actual binary format before you have an actual "exe" for Unix. Mac is probably simpler and you can probably just bundle the project into a single file (.app possibly) and then run it.
There was some topic that you could bundle projects into .jar format, which you can just double-click and it'll run as long as you have Java installed.Let me just say, I didn't help develop Panther, but I really want to help out with this ever since I tried out the mod.
I wanted to mention that for Macs, if you place a '.app' extension you will have to run the newly compiled application on Macintosh OS 9 Classic, which needs a specialized system folder to run(run-on sentence).
Anyway, my Squeak Small Talking ability is incredibly weak, and ten-year-olds don't go around asking their school principals for a specialized after school program. My point is that not every one can use Squeak, (for me it wouldn't matter because it won't even download correctly on my computer) so I was thinking that it'd be a good idea to create some responsibilities for the programming of Panther and other Scratch modifications. You know, Graphics Design, Website Maintainence, that kind of thing.
About the '.jar' theory, Java Applets malfunction easily on older versions of Macintosh computers, so a piece of advice: install the most updated version of Java possible for your operating system as you can!! Trust me, I've learned the hard way.'
Just an idea. : )
@ magnie that topic is sb to jar
@ Arty go to bugs and glitches (i believe thats whats its called nowadays)
Offline