Installing software on an OLPC?
January 16, 2008 4:50 PM
Subscribe
Can anyone help me put
Celtx on an OLPC?
Not sure if it's possible but if it can be done, I'd love to do it.
I did manage to download the file (which was a gar.tz or something like that) and I clicked 'Open' and then nothing happened. I now don't know where the file has gone.
I only got the OLPC yesterday and got it specifically to run this program so haven't really played with it all that much yet. I know jackshit about Linux and would need a ridiculous simple step by step walk thru.
posted by dobbs to computers & internet (14 comments total)
2 users marked this as a favorite
A typical set of commands for a tgz package would be:
cd /var/tmp (or any directory will do)
wget http://path-to-your.tar.gz
tar xzf your.tar.gz
cd yourtardirectory
./configure
make
make install
However you'll want to atleast get to the point where you extract the tgz, then check to see if there are install instructions.
For the OLPC, you might need to also grab gcc and other development tools to support Celtx. I have one myself but haven't really tinkered yet with new software...if you get stuck tho feel free to mefi-mail me and I can try walking through it as well.
posted by samsara at 5:13 PM on January 16, 2008