...
Edit the .config file. Find the line ifndef CONFIG_INTERNAL_LIBTOMMATH
LTM_PATH=
, change the line below it to the directory you built libtommath in:
...
Open a MinGW-W64 prompt by opening the menu, going to All Programs > MinGW-W64 project > x86_64-8.1.0-win32-seh-rt_v6-rev0 > Run terminal.
Code Block | ||
---|---|---|
| ||
C:\>_ |
Change to the libtommath directory. Run the build command
...
Edit the .config file. Find the line ifndef CONFIG_INTERNAL_LIBTOMMATH
LTM_PATH=
, change the line below it to the directory you built libtommath in:
...
Run the build command
Code Block | ||
---|---|---|
| ||
C:\Users\Administrator\Desktop\wpa-2.9\wpa_supplicant> mingw64.bat %MAKE% eapol_test |
...