blob: cc705dab49e6a863236e6eee23d49e0ddab95f98 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/sh
set -x
set -e
cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl --with-imagelib=imlib2 --with-termlib=terminfo && sudo make install -j4
|