to the debian/rules. Is it enough to build the frontend? I've never used
Lazarus.
Thanks in advance,
Aitor.
On 14/09/15 10:52, Edward Bartolo wrote: > Hi,
>
> My experience using gcc directly corroborates what KatolaZ said. This
> command works on my computer without the need to edit the .c files as
> you suggested.
>
> The gcc command:
> gcc -lm -I../include core_functions.c file_functions.c backend.c
> essid_encoder.c automated_scanner.c -o backend
>
> Edward