Go here
http://getswiftfox.com/∞
click on AMD or Intel depending on the processor you have in your computer
If you are unsure what processor you have, use xproc system info. (start-Control Panel-Xproc System Info or call 'xproc' from the command line)
Then click on the processor tab and check what it says under type.
In Puppy 2.10
create a folder /root/Desktop
Download the installer for your processor to /root/
Delete the word "sudo" in the installer, then run it:
bash /root/install-swiftfox.sh
(sudo appears 8 times).
Note: This may not be entirely necessary in Puppy 2.14
In older Puppy 1.xx series (versions up to and including 1.09CE) this might work:
Download the installer for your processor to /root/
Then run these commands:
mkdir ~/Desktop
mkdir /opt
cat /root/install-swiftfox.sh | sed "s/sudo//" > /root/install-swift-on-puppy.sh
bash /root/install-swift-on-puppy.sh
mv /opt/swiftfox /usr/local/
cp ~/Desktop/Swiftfox.desktop /usr/share/applications/
To run it, you need such a script:
#!/bin/sh
mkdir /opt
ln -s /usr/local/swiftfox /opt/swiftfox
swiftfox "$@"
CategoryApplicationVarious
There are no comments on this page. [Add comment]