Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 412 Bytes

libnm_example

Introduction

C++ example of libnm(Network Manager) to manipulate internet connection setting.

For API reference please check https://github.com/NetworkManager/NetworkManager.git

Prerequisite

sudo apt install libnm-dev libglib2.0-dev

Build

cd ~
git clone https://github.com/H-HChen/libnm_example.git
cd ~/libnm_example/example
cmake -Bbuild -H.
cmake --build build