Skip to content

How to Install R3V2

J. Chiavelli edited this page Sep 18, 2021 · 3 revisions

Quick note:

As mentioned on main page, you can use R3V2 on almost every system (Windows, macOS, Linux or Even on your browser).
To use it with all features, is recommended you using Windows, since PC version was meant to run on Windows and many other features requires tools that were built for this OS.

Windows

Stable Version (Compiled)

  • You can download it from TheMitoSan's Website and install as a regular software. By far this is the easiest way to install R3V2 on windows!

Using NW.js - Compiling node_modules

  • Clone this repository
  • Rename nw_package.json to package.json
  • Open cmd on this location, run npm install and wait! (This process may take a while)
  • Extract memoryjs folder from "nw_easyinstall.zip" inside node_modules
  • Run npm start

Using NW.js - Easy Install

  • Clone this repository
  • Extract all contents from "nw_easyinstall.zip" where "nw_package.json" is located
  • Download NW.js 0.38.4 and extract it where "nw_package.json" is located
  • Rename "nw_easyinstall_package.json" to "package.json"
  • Run nw.exe

Using Electron

  • Clone this repository
  • Rename electron_package.json to package.json
  • Open cmd, run npm install and wait! (Make sure to have VS 2017 installed - otherwise it will fail!)
  • Run npm start

This video shows how to install R3V2 on windows with more details:
YouTube: How to Setup R3V2

PS: A new video is being created teaching how to install using new methods!

Linux

This process is almost the same for windows! What differs - To run R3V2:

  • Open your terminal (bash) and navigate to R3V2 folder
  • Execute this line: ./nw

Download Links: [ x86 / 32 Bits or x64 / 64 Bits ]

macOS

  • Clone this repository
  • Click using right button on nw.app and select "Show Package Contents"
  • Navigate to Contents/Resources and create a new folder labelled app.nw
  • Paste all content from cloned repo inside this folder
  • Go back to NW folder and run nw.app

Download Link: [ x64 / 64 Bits ]