aboutsummaryrefslogtreecommitdiffstats
path: root/.w3m/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--].w3m/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.w3m/build.sh b/.w3m/build.sh
index 5b68f06..cc705da 100644..100755
--- a/.w3m/build.sh
+++ b/.w3m/build.sh
@@ -2,4 +2,4 @@
set -x
set -e
-cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl && sudo make install -j4
+cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl --with-imagelib=imlib2 --with-termlib=terminfo && sudo make install -j4