Initial commit
[openspeak.git] / INSTALL
blobc02fca8be1fbfc8b81c9b888569c81b769d58dc6
1 Installation instructions:\r
2 --------------------------\r
3 \r
4 Unix/Linux:\r
5 -----------\r
6 \r
7 To compile openSpeak on Unix/Linux just use the usual three steps: \r
8 \r
9 ./configure\r
10 make\r
11 make install\r
13 If you're trying to compile a SVN version, use ./bootstrap first to \r
14 get a configure script.\r
16 For informations about needed libraries or versions of gnu tools\r
17 see http://openspeak-project.org/wiki/build_from_source.\r
19 Windows:\r
20 --------\r
22 You need premake to compile openSpeak on Windows. Get it from http://premake.sf.net.\r
23 Copy the premake.exe to your openSpeak folder and run one of the provide scripts (vs2003/5_project.cmd).\r
24 Compile the project after adding necessary include and lib folders.\r
25 To see all libs neeed to build openSpeak, take a look at \r
26 http://openspeak-project.org/wiki/build_from_source.