BIPS/Getting Started/Building BIPS: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 177: Line 177:
</center>
</center>
<br>-->
<br>-->
== Dependencies==
BIPS is supported for the Jetson TX1/TX2/Nano/Xavier platforms and PC systems that have an NVIDIA GPU. The following packages are needed in order to build and use BIPS:
** list of dep
** list of dep
** list of dep
** list of dep
** list of dep
Installation guide:
1. You will need to know which distribution version you are using:
<syntaxhighlight lang=bash>
lsb_release -a
</syntaxhighlight>
2. Go to the [https://developer.nvidia.com/cuda-11-6-1-download-archive CUDA 11.6.1 download archive] and follow the selection menu.
* For Jetson platform you can follow this link: [https://developer.nvidia.com/cuda-11-6-1-download-archive?target_os=Linux&target_arch=arm64-sbsa&Compilation=Native&Distribution=Ubuntu CUDA 11.6.1 Jetson Configuration]
* For Ubuntu x86 platform you can follow this link: [https://developer.nvidia.com/cuda-11-6-1-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu CUDA 11.6.1 Ubuntu x86 Configuration]
Select the version depending on the ''lsb_release'' command executed above. We recommend using the '''deb (local)''' option for the installation.
3. Once you have selected your system setup, NVIDIA will show you the installation instructions for those requirements.

Revision as of 06:23, 6 December 2022

Getting the Code

BIPS is a RidgeRun's professional product. You can purchase BIPS, with full source code, from the [LNKHERE RidgeRun Store] or using the Shopping Cart:


Dependencies

BIPS is supported for the Jetson TX1/TX2/Nano/Xavier platforms and PC systems that have an NVIDIA GPU. The following packages are needed in order to build and use BIPS:

    • list of dep
    • list of dep
    • list of dep
    • list of dep
    • list of dep


Installation guide:

1. You will need to know which distribution version you are using:

lsb_release -a

2. Go to the CUDA 11.6.1 download archive and follow the selection menu.

Select the version depending on the lsb_release command executed above. We recommend using the deb (local) option for the installation.

3. Once you have selected your system setup, NVIDIA will show you the installation instructions for those requirements.