Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lens-vm/lens
https://github.com/lens-vm/lens
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lens-vm/lens
- Owner: lens-vm
- License: mpl-2.0
- Created: 2022-11-01T15:18:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:06:15.000Z (6 months ago)
- Last Synced: 2024-08-10T09:17:39.578Z (4 months ago)
- Language: Go
- Size: 139 KB
- Stars: 248
- Watchers: 5
- Forks: 6
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - lens-vm/lens - (Go)
README
# 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](https://www.rust-lang.org/tools/install) 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](https://github.com/rust-lang/cargo/issues/3381#issuecomment-1193730972).
- `npm`, typically installed via [nvm](https://github.com/nvm-sh/nvm#install--update-script)
- [Go](https://golang.google.cn/doc/install)