Building and installing rocThrust on Linux with the install script

Building and installing rocThrust on Linux with the install script#

You can use the install script to build and install rocThrust on Linux. You can also use CMake if you want more build and installation options.

The install script is located in the rocThrust root directory. To build and install rocThrust with the install script, run:

./install --install

This command will also download and install rocPRIM.

To build rocThrust and generate tar, zip, and debian packages, run:

./install --package

To see a complete list of options, run:

./install --help