« Previous - Version 2/6 (diff) - Next » - Current version
David RENÉ, 01/12/2021 05:14 PM


BuildAnubisFromSources64bits

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

On debian

apt-get install gcc-multilib
apt-get install g++-multilib

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

apt-get install scons

after all these step you can start to compile.

Compiler:

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