summaryrefslogtreecommitdiffstats
path: root/BUILD
blob: c9df674c12a9a933b51f992c7e5cfb05b6d4d2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Requirements:
   Vecmathlib requires either GCC 4.7 or Clang 3.1 to build.

After initial checkout:
   Run "./autogen.sh" to create or recreate all autogenerated
   configuration magic. This should otherwise not be necessary.

Build:
   Run "make"
   If using Ninja: run "ninja"

Clean:
   Run "make clean"
   If using Ninja: run "ninja -t clean"

Test:
   ./test

Benchmark:
   ./bench
OpenPOWER on IntegriCloud