Skip to content

Welcome to NowaVM docs

Github repo: click

Issues: click

Requirements

  • x64 Linux os (e.g. Ubuntu, Arch)
  • GNU make
  • asmjit (see asmjit build docs)
  • clang++
  • git

Installing(Linux)

  1. Installing required packages:

  2. Ubuntu/Debian:

    sudo apt install make clang git
    

  3. Arch:

    sudo pacman -S make clang git
    

  4. Clone repository:

git clone https://github.com/Naharashu/NowaVM.git && cd NowaVM
  1. Building and Installing
make -j2 && make linker && make install

Installing(Termux)

  1. Installing required packages:
pkg install git make clang
  1. Clon repository:
git clone https://github.com/Naharashu/NowaVM.git && cd NowaVM
  1. Run building script:
chmod +x termux.sh && ./termux.sh