diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-30 10:12:21 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-30 10:12:21 -0300 |
commit | d04e979ecdb3491331c093eb08c2b84ba686198b (patch) | |
tree | 41e8229f505f1637e0f23334cb7205e0f6857bfa /README | |
parent | 62e352718bdc827c60969a2b9699c706e5004c77 (diff) |
Corrections in README file
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,9 +42,9 @@ Building dillo from sources 1.- Install fltk: - tar jxvf fltk-1.3.0-source.tar.gz + tar zxvf fltk-1.3.0-source.tar.gz cd fltk-1.3.0 - less README.unix + less README.Unix.txt make sudo make install cd .. @@ -55,7 +55,7 @@ Building dillo from sources tar jxvf dillo-3.0.tar.bz2 cd dillo-3.0 - ./autogen.sh; ./configure; make + ./configure; make sudo make install-strip |