Mínimas modificaciones al surf de suckless.
DELM b2dda14d9c gpl y readme | 2 yıl önce | |
---|---|---|
FAQ.md | 3 yıl önce | |
LICENSE | 2 yıl önce | |
Makefile | 3 yıl önce | |
README.org | 2 yıl önce | |
TODO.md | 3 yıl önce | |
arg.h | 3 yıl önce | |
config.def.h | 3 yıl önce | |
config.def.h.orig | 3 yıl önce | |
config.def.h.rej | 3 yıl önce | |
config.h | 3 yıl önce | |
config.mk | 3 yıl önce | |
surf-open.sh | 3 yıl önce | |
surf-websearch-20190510-d068a38.diff | 3 yıl önce | |
surf.1 | 3 yıl önce | |
surf.c | 3 yıl önce | |
surf.c.orig | 3 yıl önce | |
surf.png | 3 yıl önce |
surf es un navegador web simple basado en WebKit/GTK+. Esta es una versión levemente modificada de la original escrita por el proyecto suckless.
En Debian GNU/Linux:
# apt install build-essential libx11-dev libxinerama-dev sharutils libxft-dev libwebkit2gtk-4.0-dev
Para el funcionamiento de la barra de direcciones también se debe instalar dmenu.
Esta versión no incluye pestañas, pero si se desea se puede complementar su uso con tabbed.
$ git clone https://notabug.org/dlmayhem/terror-surf.git
$ cd terror-surf
# make clean install
La configuración se puede hacer directamente en el archivo config.h y luego se debe recompilar.