Skip to content

lens-vm/lens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LensVM

Building

Once you have the listed prerequisites installed, you should be able to build everything in the repository and run all the tests by running make test from the repository root.

Prerequisites

The following tools need to be installed and added to your PATH before you can build the full contents of the repository:

  • rustup and Cargo/rustc, typically installed via rustup.
    • Please pay attention to any prerequisites, for example if on Ubuntu you may need to install the build-essential package
  • If connection errors are experienced when retrieving rust package dependencies from crates.io, you might need to tweak your .gitconfig as per this comment.
  • npm, typically installed via nvm
  • Go