aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-04-10 21:30:37 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-04-10 21:33:35 +0200
commitc7d5e1e071955b1009b114146014960b22f5dd6d (patch)
tree40fc6d3cf3bf8f4cc229d2cdaa842d6bf88a13b2 /doc
parent633da750d19c3ca726c912aa5e45fd6b01327bd3 (diff)
Remove libgif dependency from docs
The libgif library is not needed as Dillo already has builtin GIF support. Fixes: https://github.com/dillo-browser/dillo/issues/128 Reported-by: dogma
Diffstat (limited to 'doc')
-rw-r--r--doc/install.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.md b/doc/install.md
index 0850a9b2..b0f165df 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -34,7 +34,7 @@ packages to build Dillo:
```sh
$ sudo apt install gcc g++ autoconf automake make zlib1g-dev \
libfltk1.3-dev libssl-dev libc6-dev \
- libpng-dev libjpeg-dev libgif-dev
+ libpng-dev libjpeg-dev
```
If you prefer to use mbedTLS, replace `libssl-dev` with
@@ -153,7 +153,7 @@ will need the following dependencies to build Dillo (with mbedTLS):
```
gcc-core gcc-g++ autoconf automake make zlib-devel mbedtls-devel libfltk-devel
-libiconv-devel libpng-devel libjpeg-devel libgif-devel
+libiconv-devel libpng-devel libjpeg-devel
```
You will also need [Xorg](https://x.cygwin.com/docs/ug/cygwin-x-ug.html) to run
@@ -165,7 +165,7 @@ xorg-server xinit
You can also install all the dependencies from the command line with:
```
-setup-x86_64.exe -q -P gcc-core,gcc-g++,autoconf,automake,make,zlib-devel,mbedtls-devel,libfltk-devel,libiconv-devel,libpng-devel,libjpeg-devel,libgif-devel,xorg-server,xinit
+setup-x86_64.exe -q -P gcc-core,gcc-g++,autoconf,automake,make,zlib-devel,mbedtls-devel,libfltk-devel,libiconv-devel,libpng-devel,libjpeg-devel,xorg-server,xinit
```
To build Dillo, follow the usual steps from a Cygwin shell: