[Vimprobable-users] install newbee problem
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Ludo B. <la...@gm...> - 2013-02-24 14:56:43
|
The demo-video I saw about vimprobable is great, and on the site it's well explained how to add the ppa via terminal. So far so good, but after that I'm lost. I've tried installing with the help of http://www.tuxfiles.org/linuxhelp/softinstall.html but it doesn't match with the instructions. There's no README file, and the INSTALL file isn't clear to me at all. It says: 1. Edit config.h and Makefile --> it doesn't say how or why? (I can open 'em in gvim, but don't know what to edit) 2. make You need: libwebkit-1.0 >= 1.1.11 libgtk+-2.0 libsoup-2.4 --> checked in synaptic, and it looks like it's all installed (be it slightly different with gtk-stuff in the name; I guess it's ok) 3. Optionally, make install --> Here's what I tried: ./configure bash: ./configure: Bestand of map bestaat niet make cc -MMD -c `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4` -D_XOPEN_SOURCE=500 callbacks.c -o callbacks.o /bin/sh: 1: pkg-config: not found In file included from callbacks.c:10:0: includes.h:10:20: fatale fout: stdlib.h: Bestand of map bestaat niet compilation terminated. make: *** [callbacks.o] Fout 1 make install cc -MMD -c `pkg-config --cflags gtk+-2.0 webkit-1.0 libsoup-2.4` -D_XOPEN_SOURCE=500 callbacks.c -o callbacks.o /bin/sh: 1: pkg-config: not found In file included from callbacks.c:10:0: includes.h:10:20: fatale fout: stdlib.h: Bestand of map bestaat niet compilation terminated. make: *** [callbacks.o] Fout 1 I'm not totally new to Linux and not afraid of the CLI, but a total greenhorn with installing stuff otherwise than via synaptic. So please, the right commands to install in the right location are...? Thanks on forehand -- Ludo |