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 & LinuxOpen 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
renec
installed by running:
- After a successful install,
renec-install update
may be used to easily update the Renec software to a newer version at any time.
#
Download Prebuilt Binaries#
LinuxDownload 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:
#
MacOSDownload 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 SourceIf 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: