home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / pw_system / john-16w / doc / INSTALL < prev    next >
Encoding:
Text File  |  1998-12-02  |  1.1 KB  |  40 lines

  1.  
  2.  Installing John the Ripper
  3. ============================
  4.  
  5.  Compiling the Sources
  6. -----------------------
  7.  
  8. Compile the sources with:
  9.  
  10.     cd src
  11.     make
  12.  
  13. You'll get a list of supported systems. Select one of them, and type:
  14.  
  15.     make SYSTEM
  16.  
  17. or, if your system is not listed, try:
  18.  
  19.     make generic
  20.  
  21. If everything goes well, this will create the John binary in run/john.
  22.  
  23. You can then copy the run directory anywhere you like: these are all the
  24. files that John needs at runtime.
  25.  
  26.  Installing from a Binary Distribution
  27. ---------------------------------------
  28.  
  29. You might need to take run/{john.ini,*.chr,password.lst} from the source
  30. distribution for things to work, unless these files are present already.
  31.  
  32.  Note on Moving Binaries between Systems
  33. -----------------------------------------
  34.  
  35. On some architectures, a few hardware performance parameters are detected
  36. at compile time -- in particular, this is done for SPARC and generic make
  37. targets. If you then move the binary to a different system, you might not
  38. get the best performance. It is better to re-compile John on each system,
  39. where possible.
  40.