pycdc
pycdc copied to clipboard
how to install pycdc in windowns
how to install pycdc in windowns
You can build pycdc on windows using the following steps.
Prepare Build Tools
- Install
Build Tools for Visual Studio 2022https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022Make sure
Desktop development with C++is checked.
Clone and Build
Open command prompt with Developer Command Prompt for VS 2022 and type the following command.
git clone https://github.com/zrax/pycdc.git
cd pycdc
cmake .
MSBuild pycdc.sln
After all you should see Debug\pycdc.exe and Debug\pycdas.exe.
Now what i have to do?
I did cmake . after that there was no pycdc.sln mind helping out?