vagamundus / wifi-hostapd-ap

Automatically exported from code.google.com/p/wifi-hostapd-ap
0 stars 0 forks source link

how to compile WiFi_Hostapd_AP_1.1.tar.gz #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
can you tell me how to compile WiFi_Hostapd_AP_1.1.tar.gz ?thank you very much.

Original issue reported on code.google.com by zhangxzh...@gmail.com on 20 Mar 2013 at 12:04

GoogleCodeExporter commented 9 years ago
For compiling you need qt4-devel installed.

tar xfzv WiFi_Hostapd_AP_1.1.tar.gz
cd WiFi_Hostapd_AP
qmake
make

on my system in the file mainwindow.cpp i had to add the line
#include <unistd.h>
to solve a undefined call.

start as root with
./WiFi_Hostapd_AP

however, its in russian, and i don't know how to switch to english.

Original comment by Andi.Sch...@gmail.com on 1 Apr 2013 at 10:16