Project

General

Profile

Actions

BuildAnubisFromSources64bits » History » Revision 4

« Previous | Revision 4/7 (diff) | Next »
David RENÉ, 08/19/2022 12:55 AM


Build Anubis From Sources 64bits

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).
Need bison and flex for building the Anubis compiler

apt-get install scons
apt-get install bison
apt-get install flex

After all these packages installed you can start to compile.

Compiler:

cd anubis/anubis_dev/compiler
scons

Updated by David RENÉ almost 4 years ago · 7 revisions