Small. Fast. Reliable.
Choose any three.
*** 336,338 ****
--- 336,357 ----
  9. Fire up the compiler.
  
  10. Ready.
+ 
+ 
+ ====
+ *Mac OS X build*
+ 
+ I used the standard Unix build instructions...
+ 
+   $ tar xzf sqlite.tar.gz       Unpacks into directory named "sqlite" 
+   $ mkdir bld                   Create a separate build directory 
+   $ cd bld
+   $ ../sqlite/configure
+   $ make                        Builds "sqlite" and "libsqlite.a" 
+   $ make test                   Optional: run regression tests 
+ 
+ *But* don't forget the implied
+ 
+   $ make install
+ 
+ step!