This commit was generated by cvs2svn to compensate for changes in r158,
[gnokii.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7d5654f..3551ce2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@
                        Install path prefix. Default /usr/local/
 
                --without-x
-                       Compile without GTK (X11) programs
+                       Compile without GTK (Xwin) programs
                
                --disable-nls
                        Set if you don't have/want GNU gettext support
        Good default (example):
 
                ./configure --prefix=/usr \
-                           --enable-security
+                           --enable-gettext
 
 2/
        compilation:
        
-               make (or make gnokii-debug to create staticlly linked binary
-                       -- mainly for debugging)
+               make 
                groupadd gnokii  - it is really needed
                (make dep - if you want/need) 
-               make install or make install-suid or make install-strip or
-                       make install-ss (suid + strip)
+               make install
                make install-docs
 
        clean source: