commit 92d022a4ae46f0222611e60ca28e2deb4982329a from: Benjamin Stürz date: Fri Jul 05 19:14:21 2024 UTC replace last occurences of rvemu with linurv commit - 764c56209e6f7ec63ac1a15059bd6a40fcae272d commit + 92d022a4ae46f0222611e60ca28e2deb4982329a blob - b66b85bb58a6f5b5ff60ca4073e54810ec10f035 blob + 5370e5d3a19ddd26fb0acc9eac4653a233efa794 --- README +++ README @@ -3,11 +3,11 @@ This emulator allows you to run statically-compiled bi The goal is to support most POSIX-compatible OS on most 64bit CPU architectures. ## Instructions -Building rvemu is very simple, just do: +Building linurv is very simple, just do: - $ make rvemu + $ make linurv -To install rvemu, do: +To install linurv, do: # make [PREFIX=/usr/local] install