Difference between revisions of "Getting Started"

From Sniper
Jump to navigation Jump to search
Line 24: Line 24:
  
 
* GCC 4.3
 
* GCC 4.3
* A recent Pin version (for example, [http://www.pintool.org/downloads.html 2.10-43611] as of Nov 2011)
+
* A recent Pin version (for example, [http://www.pintool.org/downloads.html 2.10-43611] or newer)
 
* Boost 1.38+
 
* Boost 1.38+

Revision as of 20:03, 15 November 2011

  • Download the Sniper source code from ...
    • git clone ...
  • Download the latest Pin kit from the Pin downloads page
    • Extract Pin into sniper/pin_kit
    • Or set PIN_HOME to the location of Pin if you use a different directory or shared Pin location
  • Compile Sniper. Some extra dependencies (a pre-compiled copy of the Python interpreter environment) will be downloaded automatically, so make sure you have a working internet connection when you make Sniper for the first time
    • make
  • Running an application
    • ./run-sniper -- echo hello
    • cd test/fft; make run

Next steps

Prerequisites

  • GCC 4.3
  • A recent Pin version (for example, 2.10-43611 or newer)
  • Boost 1.38+