Pages: 1
Can Scratch-programs be compiled so they can be played on the Raspberry Pi Computer without installing Scratch on it?
Offline
As far as i know, only in byob.
Icyton wrote:Can Scratch-programs be compiled so they can be played on the Raspberry Pi Computer without installing Scratch on it?
maybe... try install linux version of scratch. if it has enough RAM.
Well, i cannot install that now. It is only avalible for i386, i use AMD64.
Icyton wrote:Well, i cannot install that now. It is only avalible for i386, i use AMD64.
Try
sudo dpkg --force-architecture -i ./scratch_1.4.0.1-0ubuntu5_i386.deb
You can still install 32 bit software on a 64 bit machine, it just won't be able to use more than 4gb of ram.
I got some error. I will simply wait for a 64-bit version of Scratch, or try to learn ARMv6 Assembler, it will take a long time thought.