I downloaded pin Tool from here. I want help to install it on Ubuntu.
Asked
Active
Viewed 3,645 times
-1
-
1Possible duplicate of How do I install a .tar.gz (or .tar.bz2) file? – David Foerster Sep 11 '17 at 11:16
1 Answers
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
- 70,465

Cynplytholowazy
- 1,299
-
I Do that.but cannot know how to Utilize that.i compiled C file from that and it makes .out file so how to open it using that tool – hammad Aug 26 '17 at 11:42