Main Page
Version 9 (Cambell Prince, 05/06/2009 03:29 pm)
| 1 | 1 | h1. Main Page |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | This site has technical information about WeSay. The main WeSay site is at http://wesay.org. |
|
| 4 | 1 | ||
| 5 | 5 | Cambell Prince | bq. TODO: |
| 6 | 6 | Cambell Prince | * Please contribute a page - how to [[Install WeSay Synaptic|Install via Synaptic]] / GUI. |
| 7 | 6 | Cambell Prince | * Please contribute a page - how to [[Install Ubuntu eeePC|Install Ubuntu on the eeePC]]. |
| 8 | 6 | Cambell Prince | * Please contribute a page - how to [[Install Ubuntu XO|Install Ubuntu on the OLPC XO]]. |
| 9 | 2 | Cambell Prince | |
| 10 | 1 | h2. Installing WeSay on Ubuntu Linux (Hardy) |
|
| 11 | 1 | ||
| 12 | 1 | 1. Add the following lines to /etc/apt/sources.list |
|
| 13 | 1 | <pre> |
|
| 14 | 1 | deb http://packages.sil.org/ubuntu hardy main |
|
| 15 | 1 | deb http://packages.palaso.org/ubuntu hardy main |
|
| 16 | 1 | deb-src http://packages.palaso.org/ubuntu hardy main |
|
| 17 | 1 | </pre> |
|
| 18 | 1 | 2. Update your package list |
|
| 19 | 1 | <pre> |
|
| 20 | 1 | sudo apt-get update |
|
| 21 | 1 | </pre> |
|
| 22 | 1 | 3. Install WeSay |
|
| 23 | 1 | <pre> |
|
| 24 | 1 | sudo apt-get install wesay |
|
| 25 | 1 | </pre> |
|
| 26 | 1 | ||
| 27 | 2 | Cambell Prince | This will install menu items under Application | Office |
| 28 | 2 | Cambell Prince | |
| 29 | 1 | h2. Installing WeSay on Ubuntu Linux (Intrepid) |
|
| 30 | 1 | ||
| 31 | 1 | Installing on Intrepid is similar to installing on Hardy. Just change /etc/apt/sources.list to reference the Intrepid repositories rather than the Hardy repositories. |
|
| 32 | 1 | ||
| 33 | 1 | 1. Add the following lines to /etc/apt/sources.list |
|
| 34 | 1 | <pre> |
|
| 35 | 1 | deb http://packages.sil.org/ubuntu intrepid main |
|
| 36 | 1 | deb http://packages.palaso.org/ubuntu intrepid main |
|
| 37 | 1 | deb-src http://packages.palaso.org/ubuntu intrepid main |
|
| 38 | 1 | </pre> |
|
| 39 | 1 | 2. Update your package list |
|
| 40 | 1 | <pre> |
|
| 41 | 1 | sudo apt-get update |
|
| 42 | 1 | </pre> |
|
| 43 | 1 | 3. Install WeSay |
|
| 44 | 1 | <pre> |
|
| 45 | 1 | sudo apt-get install wesay |
|
| 46 | 1 | </pre> |
|
| 47 | 2 | Cambell Prince | |
| 48 | 2 | Cambell Prince | This will install menu items under Application | Office |
| 49 | 1 | ||
| 50 | 9 | Cambell Prince | h2. Installing WeSay on Ubuntu Linux (Jaunty) |
| 51 | 9 | Cambell Prince | |
| 52 | 9 | Cambell Prince | Installing on Jaunty is similar to installing on Hardy. Just change /etc/apt/sources.list to reference the Jaunty repositories rather than the Hardy repositories. |
| 53 | 9 | Cambell Prince | |
| 54 | 9 | Cambell Prince | 1. Add the following lines to /etc/apt/sources.list |
| 55 | 9 | Cambell Prince | <pre> |
| 56 | 9 | Cambell Prince | deb http://packages.sil.org/ubuntu jaunty main |
| 57 | 9 | Cambell Prince | deb http://packages.palaso.org/ubuntu jaunty main |
| 58 | 9 | Cambell Prince | deb-src http://packages.palaso.org/ubuntu jaunty main |
| 59 | 9 | Cambell Prince | </pre> |
| 60 | 9 | Cambell Prince | 2. Update your package list |
| 61 | 9 | Cambell Prince | <pre> |
| 62 | 9 | Cambell Prince | sudo apt-get update |
| 63 | 9 | Cambell Prince | </pre> |
| 64 | 9 | Cambell Prince | 3. Install WeSay |
| 65 | 9 | Cambell Prince | <pre> |
| 66 | 9 | Cambell Prince | sudo apt-get install wesay |
| 67 | 9 | Cambell Prince | </pre> |
| 68 | 9 | Cambell Prince | |
| 69 | 9 | Cambell Prince | This will install menu items under Application | Office |
| 70 | 9 | Cambell Prince | |
| 71 | 8 | Cambell Prince | h2. Contributing to WeSay |
| 72 | 1 | ||
| 73 | 8 | Cambell Prince | We welcome patches and contributions from the community. |
| 74 | 1 | ||
| 75 | 8 | Cambell Prince | * Bug fixes |
| 76 | 8 | Cambell Prince | * Feature enhancements |
| 77 | 8 | Cambell Prince | * Documentation |
| 78 | 8 | Cambell Prince | |
| 79 | 8 | Cambell Prince | are all welcome. |
| 80 | 8 | Cambell Prince | |
| 81 | 8 | Cambell Prince | If you are a developer and would like to get started with WeSay on Linux you may find our [[Developer Notes]] useful. |