Last active
November 21, 2015 16:17
-
-
Save 5car1z/6ecd27ace40f808dd0a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: sense | |
Section: interpreters | |
Priority: optional | |
Architecture: i386 | |
Depends: libasound2, libc6, libcurl3, libpulse0, libssh2-1, pulseaudio | |
Maintainer: Ian Cameron <[email protected]> | |
Homepage: http://sense.open.ac.uk/ | |
Description: The Sense software package for your TU100 module, presented by | |
The Open University. | |
Sense is a graphical programming environment developed by The Open | |
University. For more information see http://sense.open.ac.uk | |
Sense is based on Scratch. Scratch is developed by the Lifelong | |
Kindergarten group at the MIT Media Lab. See http://scratch.mit.edu | |
--- | |
* 64-bit installations don't seem to work as you can't get the old obsolete 32 bit compatibility libraries needed for the program anymore. | |
# update system packages | |
sudo apt-get update && sudo apt-get upgrade | |
# manual .zip - 32-bit | |
cd ~ | |
wget http://www.open.edu/openlearnworks/mod/oucontent/olink.php\?id\=22791\&targetdoc\=Linux+zip | |
sudo unzip olink.php\?id=22791\&targetdoc=Linux+zip -d / | |
sudo chmod a+rx /usr/bin/sense.sh | |
sudo chmod a+rx /usr/bin/scratch_squeak_vm | |
sudo chmod a+rwx /usr/lib/Sense | |
/usr/bin/sense.sh | |
# installer .deb - 32-bit | |
cd ~ | |
wget http://www.open.edu/openlearnworks/mod/oucontent/olink.php?id=22785&targetdoc=Sense+for+Linux+32 | |
sudo dpkg -i sense_1.3.1.137-6_i386.deb | |
sudo apt-get update | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment