1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
rolens/docs/installation.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2023-06-01 22:06:51 +02:00
---
title: Installation
2023-06-29 14:37:39 +02:00
summary: Install Rolens on your machine.
2023-06-01 22:06:51 +02:00
order: 20
---
2023-05-31 16:07:57 +02:00
2023-06-29 10:16:29 +02:00
## System requirements
Rolens can run on the following operating systems:
* Windows 10/11 amd64/arm64
* Linux amd64/arm64
* macOS 10.13+ amd64 (Intel)
* macOS 11.0+ arm64 (Apple Silicon)
## Pre-compiled binaries
You can obtain a pre-compiled Rolens.app for macOS or installer for Windows from the [release page](https://github.com/garraflavatra/rolens/releases/latest).
If you use a Linux-based OS, please continue reading.
## Compile from source in 2 easy steps
Rolens is free and open-source software, which means that you can compile it from source on your own machine by cloning [the repository](https://github.com/garraflavatra/rolens).
2023-06-30 20:09:36 +02:00
If you have Node.js installed, just download the source from GitHub, and run `node ./build.js`. The install script will check that dependencies are present and build Rolens for you. If you want to build it yourself, please continue reading.
2023-06-29 10:16:29 +02:00
## Advanced build
Please see the [advanced build documentation](/development/advanced-build/) for a more profound insight in the build procedure.