BuildAnubisFromSources64bits » History » Version 1
David RENÉ, 02/06/2017 12:23 AM
| 1 | 1 | David RENÉ | h1. BuildAnubisFromSources64bits |
|---|---|---|---|
| 2 | |||
| 3 | Anubis compile as 32 bits application. |
||
| 4 | Hence we must install multilib to compile. |
||
| 5 | |||
| 6 | On debian |
||
| 7 | |||
| 8 | <pre> |
||
| 9 | apt-get install gcc-multilib |
||
| 10 | apt-get install g++-multilib |
||
| 11 | </pre> |