pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Please make a RELEASE (*.exe)

Open cw2k opened this issue 3 years ago • 4 comments

It would be really handy for Windows people to just be able to download
pycdc.exe pycdas.exe to use them.

I just search the net but don't find them. Its simply not all the times bearable to install a big set of building tools just to run some util. Beside it seems like 'rocket sciences' to me and I didn't get it compiled. :(

>cmake .
-- Building for: Visual Studio 15 2017
-- Selecting Windows SDK version  to target Windows 10.0.19045.
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:1 (project):
  No CMAKE_C_COMPILER could be found.

That f** C is all the time that complicated. I guess even when I get some compiler, the hunt for *.lib XY starts maybe our some 5GB Windows SDK package is need for some header file, or it need library that als need to be compile and stuff like that.

Okay to make the long story short. If someone can fork that and make use of the 'release' corner each project here in Git Hub has, you make me and possible also other people happy.

Thanks in advance.

cw2k avatar Dec 10 '22 23:12 cw2k

Okay I solved it: https://github.com/cw2k/pycdc_withExe/releases/tag/1%2C0 and finally got it compiled.

cw2k avatar Dec 11 '22 20:12 cw2k

Thank you @cw2k. You saved my time. ^_^

BaseMax avatar Dec 15 '22 05:12 BaseMax

Cool. It was a pleasure to do.

Hehe ...more time for new stuff.

... like getting in that new opcodes of python 3.9 properly. smile

I tried but that C++ AST somehow was over my head.

I saw the general idea but got lost in all the classes and types. Cast it here - to get it in there. I don't know that C++ mostly is painful thing to me.

cw2k avatar Dec 15 '22 16:12 cw2k

where the result after put file in exe

jerusalemEG avatar Jan 13 '23 18:01 jerusalemEG