diff options
author | corvid <corvid@lavabit.com> | 2012-12-01 19:56:28 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-01 19:56:28 +0000 |
commit | 414903e3732bd6baa3dd0306fe79fd0d9901143f (patch) | |
tree | 274cfc13f276c4920e1f9dcd9031fcfc8c85b189 | |
parent | 4011f8f7eef01f0894d750750f5ccf6346378fa2 (diff) |
make README less fltk-1.3.0-specific
-rw-r--r-- | README | 22 |
1 files changed, 9 insertions, 13 deletions
@@ -34,27 +34,23 @@ dillorc. FLTK-1.3 -------- - You can get FLTK-1.3 here: + If you don't have FLTK-1.3 (try 'fltk-config --version' to check), + you can get it from: - http://fltk.org/software.php?VERSION=1.3.0 + http://fltk.org/software.php + and build it like: ---------------------------- -Building dillo from sources ---------------------------- - - 1.- Install fltk: - - tar zxvf fltk-1.3.0-source.tar.gz - cd fltk-1.3.0 + tar zxvf fltk-1.3.1-source.tar.gz [or latest 1.3.x version] + cd fltk-1.3.1 less README.Unix.txt make sudo make install cd .. - - (don't configure fltk with --enable-cairo) - 2.- Then dillo3: +------ +Dillo3 +------ tar jxvf dillo-3.0.2.tar.bz2 cd dillo-3.0.2 |