BuildAnubisFromSources64bits

Version 1 (David RENÉ, 02/06/2017 12:23 AM) → Version 2/6 (David RENÉ, 01/12/2021 05:14 PM)

h1. BuildAnubisFromSources64bits

Anubis compile as 32 bits application.
Hence we must install multilib to compile.

On debian

<pre>
apt-get install gcc-multilib
apt-get install g++-multilib
</pre>

to compile Anubis compiler and VM we use scons (multi platform make)

<pre>
apt-get install scons
</pre>

after all these step you can start to compile.

+Compiler:+

<pre>
cd anubis/anubis_dev/compiler
scons
</pre>
Redmine Appliance - Powered by TurnKey Linux