BuildAnubisFromSources64bits » History » Version 2
David RENÉ, 01/12/2021 05:14 PM
| 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> |
||
| 12 | 2 | David RENÉ | |
| 13 | to compile Anubis compiler and VM we use scons (multi platform make) |
||
| 14 | |||
| 15 | <pre> |
||
| 16 | apt-get install scons |
||
| 17 | </pre> |
||
| 18 | |||
| 19 | after all these step you can start to compile. |
||
| 20 | |||
| 21 | +Compiler:+ |
||
| 22 | |||
| 23 | <pre> |
||
| 24 | cd anubis/anubis_dev/compiler |
||
| 25 | scons |
||
| 26 | </pre> |