DeepStack icon indicating copy to clipboard operation
DeepStack copied to clipboard

How to build for windows from source

Open githubDiversity opened this issue 4 years ago • 2 comments

I can build in the meantime for the docker version but I want to target the windows version.

I am stuck at`;

iscc deepstack-windows.iss Error on line 56 in C:\Users\hohoho\source\repos\DeepStack-dev\DeepStack-dev\windows_setup\deepstack-windows.iss: Source file "C:\Users\hohoho\source\repos\DeepStack-dev\DeepStack-dev\server\deepstack.exe" does not exist. Compile aborted.

how to proceed?

any chance the readme.md can also be updated to reflect all the steps?

githubDiversity avatar Aug 04 '21 14:08 githubDiversity

I figured it out by reading .github/workflows/pr_test.yml and I successfully build a new windows GPU version.

WHen running it still times out after 1 minute. there seems to be no log produced. where can I find a log or where in the source code do I look for it and enable it?

githubDiversity avatar Aug 05 '21 05:08 githubDiversity

@johnolafenwa the most recent source code looks to be in disarray. nothing is where it is supposed to be and things break left and right with references to your personal working folder and what not. Is there any chance you will release a cleaned up version of the code so that people do not have to spend days trying to figure out how to correctly build it? I am referring most specifically to a windows gpu version

githubDiversity avatar Aug 05 '21 10:08 githubDiversity