summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-08-30 10:12:21 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-08-30 10:12:21 -0300
commitd04e979ecdb3491331c093eb08c2b84ba686198b (patch)
tree41e8229f505f1637e0f23334cb7205e0f6857bfa /README
parent62e352718bdc827c60969a2b9699c706e5004c77 (diff)
Corrections in README file
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5d9c88bd..a025ee4e 100644
--- a/README
+++ b/README
@@ -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