-1

I downloaded pin Tool from here. I want help to install it on Ubuntu.

andrew.46
  • 39,359
hammad
  • 11

1 Answers1

5

I checked the website. This program does not actually need any installation procedure. To use the package, simply do:

cd (your downloaded package's destination)
tar zxf pin-3.2-81205-gcc-linux.tar.gz
cd pin-3.2-81205-gcc-linux

and then follow the instructions in the README to use the package's functions. (i.e. ./pin SOMECOMMAND. )

Zanna
  • 72,312