Install Renec Tool Suite
There are multiple ways to install the Renec tools on your computer depending on your preferred workflow:
Use Renec's Install Tool#
MacOS & Linux#
Open your favorite Terminal application
Install the latest Renec release machine by running:
- The following output indicates a successful update:
- Depending on your system, the end of the installer messaging may prompt you to
- If you get the above message, copy and paste the recommended command below
it to update
PATH - Confirm you have the desired version of
renecinstalled by running:
- After a successful install,
renec-install updatemay be used to easily update the Renec software to a newer version at any time.
Download Prebuilt Binaries#
Linux#
Download the binaries by navigating to https://github.com/remitano/renec/releases/latest, download renec-release-x86_64-unknown-linux-msvc.tar.bz2, then extract the archive:
MacOS#
Download the binaries by navigating to https://github.com/remitano/renec/releases/latest, download renec-release-x86_64-apple-darwin.tar.bz2, then extract the archive:
Build From Source#
If you are unable to use the prebuilt binaries or prefer to build it yourself from source, navigate to https://github.com/remitano/renec/releases/latest, and download the Source Code archive. Extract the code and build the binaries with:
You can then run the following command to obtain the same result as with prebuilt binaries: