Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thetentomushi/whatsweb-for-ubuntu


https://github.com/thetentomushi/whatsweb-for-ubuntu

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Whatsweb for Ubuntu

## Install the required libraries
```
sudo apt-get install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev
```

## Compile the program
```
g++ whatsweb.cpp -o whatsweb `pkg-config --cflags --libs gtkmm-3.0 webkit2gtk-4.0`
```