BuildAnubisFromSources64bits
Version 2 (David RENÉ, 01/12/2021 05:14 PM) → Version 3/6 (David RENÉ, 01/13/2021 04:35 AM)
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).
Need bison and flex for building the Anubis compiler make)
<pre>
apt-get install scons
apt-get install bison
apt-get install flex
</pre>
After
after all these packages installed step you can start to compile.
+Compiler:+
<pre>
cd anubis/anubis_dev/compiler
scons
</pre>
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).
Need bison and flex for building the Anubis compiler make)
<pre>
apt-get install scons
apt-get install bison
apt-get install flex
</pre>
After
after all these packages installed step you can start to compile.
+Compiler:+
<pre>
cd anubis/anubis_dev/compiler
scons
</pre>