After installing Boost on Windows 10 in C:/Program Files,
and installing secp256k1 dependency headers with
sudo apt install libsecp256k1-dev
I run into this issue when trying to build:

CMakeError.log
CMakeOutput.log
There seems to be undefined references to pthread.
I probably forgot to install some dependency or something, is there an easy way to install all dependencies required for this project
After installing Boost on Windows 10 in
C:/Program Files,and installing secp256k1 dependency headers with
sudo apt install libsecp256k1-devI run into this issue when trying to build:

CMakeError.log
CMakeOutput.log
There seems to be undefined references to pthread.
I probably forgot to install some dependency or something, is there an easy way to install all dependencies required for this project