You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compile with MSVC:
Open Developer Command Prompt and type:
cl pack.c divsufsort.c
cl unpack.c
Note: MSVC support is currently untested, probably has bugs. Better use gcc or mingw if possible.