Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetentomushi/whatsweb-for-ubuntu
https://github.com/thetentomushi/whatsweb-for-ubuntu
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetentomushi/whatsweb-for-ubuntu
- Owner: thetentomushi
- License: mit
- Created: 2024-08-10T16:16:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:04:47.000Z (5 months ago)
- Last Synced: 2024-11-05T19:05:45.136Z (3 months ago)
- Language: C++
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
```