deb download link

This commit is contained in:
Gambhiro 2016-01-20 18:55:44 +00:00
parent cad18ebd9a
commit dd5d901e6d

View File

@ -13,6 +13,8 @@ Download: [Fractorium_Beta_0.9.9.3.msi](https://drive.google.com/file/d/0Bws5xPb
## Linux ## Linux
### Install from PPA
Enable `universe` in the Ubuntu Software Center: Enable `universe` in the Ubuntu Software Center:
- open the Edit menu - open the Edit menu
@ -27,6 +29,15 @@ sudo apt-get update
sudo apt-get install fractorium sudo apt-get install fractorium
``` ```
### Install from .deb
Download: [fractorium_0.9.9.3b-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_0.9.9.3b-0ubuntu1_amd64.deb)
```
cd ~/Downloads
sudo dpkg -i fractorium_0.9.9.3b-0ubuntu1_amd64.deb
```
## Mac OS/X (10.9+) ## Mac OS/X (10.9+)
TODO TODO