HareInWeed / gec

elliptic curve cryptography with GPU acceleration
MIT License
13 stars 3 forks source link

windows 10 VS 2019 ,New Project on gec setup #5

Open mamumi opened 4 months ago

mamumi commented 4 months ago

I am currently using windows 10. Microsoft Visual Studio Community 2019 Version 16.11.22

I wanted to create a clean "gec project". It asked me to install Catch2 and Cmake. but I could not create a project correctly. I wanted to create a main.cpp project by simply taking the "gec" folder inside the "include" folder and use the gpu, but the IDE gave a lot of errors. Cuda toolkit Cmake Catch is defined but how can I activate this library with an empty project in Cpp.

loganercanbrack commented 4 months ago

check previous threads

loganercanbrack commented 4 months ago

git clone https://github.com/catchorg/Catch2.git cd Catch2 git checkout v2.13.7

loganercanbrack commented 4 months ago

cmake i am not sure on when it comes to windows