:: [DNG] simple-netaid-gtk
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor_czr
Fecha:  
A: Edward Bartolo, Rainer Weikusat, dng
Asunto: [DNG] simple-netaid-gtk
Hi all,

I pushedto gitlab the latest changes in 'simple-netaid-gtk'. A
multithread proccess has been added while the backend scans all the
active wifis (as you can see in the class 'ScanWifis') against blocking
the spinner:

https://git.devuan.org/aitor_czr/simple-netaid-gtk/tree/master

You need to build the sources in a separate tree, because cmake creates
a folder named 'src'. If you don't use a separate tree, the sources in
'src' would be overwritten by cmake.

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

Cheers,

Aitor.