getLocalIp/readme.md


Home Back

# GetLocalIP


<img src="screenshots/main.png"/>


A simple gtk application to get your local internet address used for internet connections

compile with :

    meson setup build
    cd build
    ninja

and start
    ./getLocalIp

If you want install the application type:
    
    cd build
    sudo meson install

To uninstall:
    
    sudo /usr/lib/getLocalIp/uninstall.sh

Powered by Code, a simple repository browser by Fabio Di Matteo