Actions
BuildAnubisFromSources64bits » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
David RENÉ, 08/19/2022 01:14 AM
Build Anubis From Sources on linux 64bits¶
Anubis compile as 32 bits application.
Hence we must install multilib to compile.
On debian
to compile Anubis compiler and VM we use scons (multi platform make).
Need bison and flex for building the Anubis compiler
After all these packages installed you can start to compile.
Compiler:
VM:
At first you must compile the OpenSSL in third_dev directory to be able to compile the VM correctly.
see here to how to compile the OpenSSL for Anubis VM.
Updated by David RENÉ almost 4 years ago · 7 revisions