88 |
88 |
89 * Install the host GCC toolchain, if not already present. |
89 * Install the host GCC toolchain, if not already present. |
90 |
90 |
91 * Install preqrequisities for building Raptor. |
91 * Install preqrequisities for building Raptor. |
92 - bison |
92 - bison |
93 - ncurses & its headers |
93 - libncurses & its headers |
94 - libbz2 & its headers |
94 - libbz2 & its headers |
95 |
95 |
96 * Install the boost libraries and their headers. The upstream package bundles |
96 * Install the boost libraries and their headers. The upstream package bundles |
97 a defective copy of the boost libraries v1.39 for building the imgtools/imglib |
97 a defective copy of the boost libraries v1.39 for building the imgtools/imglib |
98 target. The headers of this copy compile for Windows (with one small fix) |
98 target. The headers of this copy compile for Windows (with one small fix) |
99 but are broken for Linux, so the Linux build is fixed to expect boost libraries |
99 but are broken for Linux, so the Linux build is fixed to expect boost libraries |
100 from the system. v1.40 is OK. |
100 from the system. v1.40 is OK. (v1.35 is too old) |
101 |
101 |
102 * Install libxml2 and its headers. These are also bundled with the upstream |
102 * Install libxml2 and its headers. These are also bundled with the upstream |
103 package for building the imgtools/imgcheck target, but there is no target that |
103 package for building the imgtools/imgcheck target, but there is no target that |
104 exports them so they are not found by the imgcheck build. |
104 exports them so they are not found by the imgcheck build. |
105 |
105 |