Project

General

Profile

Building » History » Version 1

Anonymous, 01/25/2016 11:52 AM

1 1 Anonymous
h1. Building
2
3
Quick guide for users on 100% compatible systems
4
5
We assume that you have successfully downloaded and unpacked the package, possibly including 3rd-party packages in sphinx/sxaccelerate/3rd-party/packages/ .
6
7
Please make sure that CPU throttling is deactivated when compiling (specifically: ATLAS!).
8
9
<pre>
10
   cd sphinx
11
   ./setup
12
   ./configure --disable-debug
13
   make all
14
   make install
15
</pre>
16
17
18
If this does not work, please read the rest of this page.
19
20
You may want to run the testbed after compilation.