I tried to compile this open-source library (v1.18.2) using VS2022 with the following command, but the compilation failed (see image below). It seems to be due to a missing libtommath library. Is it possible to disable the libtommath library? How can I resolve this?
nmake -f makefile.msvc default
