Installation
This guide will walk you through the installation process using two methods: installing from the source code, and pulling the latest release using wget or curl.
Installation from Source
Prerequisites:
Before you start, make sure you have the Pre-requisite.
Installation Steps
Clone the Repository:
Navigate to the Project Directory:
Build and Install:
Verify Installation:
This step ensures that Prism has been successfully built and is working correctly.
Installation from the Latest Release
Download the Latest Release:
Using wget:
Using curl:
Replace
X.Y.Z
with the version number you want to download.Extract the Tarball:
Navigate to the Project Directory:
Build and Install:
Verify Installation:
Congratulations! You've successfully installed Prism. If you encounter any issues during the installation process, please refer to the project's documentation or GitHub repository for troubleshooting tips.
Last updated