Print this page
12826 update to smatch 0.6.1-rc1-il-6

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/Documentation/smatch.txt
          +++ new/usr/src/tools/smatch/src/Documentation/smatch.txt
   1    1  Smatch
   2    2  
        3 +0.  Introduction
   3    4  1.  Building Smatch
   4    5  2.  Using Smatch
   5    6  3.  Smatch vs Sparse
   6    7  
        8 +Section 0: Introduction
   7    9  
       10 +The Smatch mailing list is <smatch@vger.kernel.org>.
       11 +
   8   12  Section 1:  Building Smatch
   9   13  ---------------------------
  10   14  
  11   15  Smatch requires sqlite3.  It requires the binaries and the C, Perl and
  12   16  Python libraries for sqlite3.
  13   17  
  14   18  apt-get install sqlite3 libsqlite3-dev libdbd-sqlite3-perl
  15   19  
  16   20  Smatch is easy to build.  Just type `make`.  There isn't an install process
  17   21  right now so just run it from the build directory.
↓ open down ↓ 64 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX