Main Page

Version 1 (Cambell Prince, 12/17/2008 03:29 am)

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 1
h2. Installing WeSay on Ubuntu Linux (Hardy)
6 1
7 1
1. Add the following lines to /etc/apt/sources.list
8 1
<pre>
9 1
deb http://packages.sil.org/ubuntu hardy main
10 1
deb http://packages.palaso.org/ubuntu hardy main
11 1
deb-src http://packages.palaso.org/ubuntu hardy main
12 1
</pre>
13 1
2. Update your package list
14 1
<pre>
15 1
sudo apt-get update
16 1
</pre>
17 1
3. Install WeSay
18 1
<pre>
19 1
sudo apt-get install wesay
20 1
</pre>
21 1
22 1
h2. Installing WeSay on Ubuntu Linux (Intrepid)
23 1
24 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.
25 1
26 1
1. Add the following lines to /etc/apt/sources.list
27 1
<pre>
28 1
deb http://packages.sil.org/ubuntu intrepid main
29 1
deb http://packages.palaso.org/ubuntu intrepid main
30 1
deb-src http://packages.palaso.org/ubuntu intrepid main
31 1
</pre>
32 1
2. Update your package list
33 1
<pre>
34 1
sudo apt-get update
35 1
</pre>
36 1
3. Install WeSay
37 1
<pre>
38 1
sudo apt-get install wesay
39 1
</pre>
40 1
41 1
h2. Building WeSay on Ubuntu Linux from source
42 1
43 1
The build environment can also be installed from the packages.palaso.org repository.
44 1
45 1
1. Add the following lines to /etc/apt/sources.list
46 1
<pre>
47 1
deb http://packages.sil.org/ubuntu intrepid main
48 1
deb http://packages.palaso.org/ubuntu intrepid main
49 1
deb-src http://packages.palaso.org/ubuntu intrepid main
50 1
</pre>
51 1
2. Update your package list
52 1
<pre>
53 1
sudo apt-get update
54 1
</pre>
55 1
3. Install the WeSay build dependencies
56 1
<pre>
57 1
apt-get build-deps wesay
58 1
</pre>
59 1
4. Install mercurial
60 1
<pre>
61 1
apt-get install mercurial
62 1
</pre>
63 1
5. Download the WeSay source code.
64 1
<pre>
65 1
hg clone http://hg.palaso.org/wesay
66 1
</pre>
67 1
6. Build WeSay
68 1
From root of the WeSay source code
69 1
<pre>
70 1
nant -buildfile:bld/wesay.mono.build build
71 1
</pre>
72 1
The output is placed under the output folder.