RauliL / selain

Modal web browser experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selain

Experiment on how to build a browser UI with Vi like keyboard bindings that uses WebKit as it's engine.

How to compile

Selain requires these two libraries to be installed:

You also need CMake to compile this application. On Ubuntu, all of these can be installed with following command:

$ sudo apt install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev cmake build-essential

After dependencies have been installed, you can compile the application like this:

$ mkdir build
$ cd build
$ cmake ..
$ make

After this, you can run the application by executing selain binary found in the build directory, or you can alternatively install it to your system with sudo make install.

About

Modal web browser experiment

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 91.7%Language:JavaScript 7.1%Language:CMake 1.2%