diff --git a/INSTALL b/INSTALL
index c3ef7d9..148e672 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,20 @@
-To build the BOINC client software:
-    ./_autosetup
-    ./configure --disable_server
+To build the BOINC client software, perform the following:
+
+  ./_autosetup
+  ./configure --disable-server --enable-client CXXFLAGS="-Os "
+  make
+  cd packages/generic/sea/
+  make
+
+To configure with an OpenSSL not on path, perform the following:
+
+  ./_autosetup
+  ./configure --disable-server --enable-client
+              --with-ssl=/usr/local/ssl/linux-x86
+
+where `/usr/local/ssl/linux-x86` should be substituted for your local OPENSSLDIR.
 
 For more information, visit:
-http://boinc.berkeley.edu/trac/wiki/CompileClient
-http://boinc.berkeley.edu/trac/wiki/BuildSystem
+
+  http://boinc.berkeley.edu/trac/wiki/CompileClient
+  http://boinc.berkeley.edu/trac/wiki/BuildSystem
