Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a build for windows (amd64) ? #4

Open
aperveyev opened this issue Oct 13, 2019 · 2 comments
Open

is there a build for windows (amd64) ? #4

aperveyev opened this issue Oct 13, 2019 · 2 comments

Comments

@aperveyev
Copy link

I tried to compile it but got:

  • Imaging.h not found
    then found it in Pillow-6.2.0 source got
  • nv_core_h. not found
    then found it (and many others dependent includes) in nvxs-1.0.2 source got
  • nv_ml_som.h not found
    then found in in Nagadomi (animeface & nv) sources, compile all with warnings and then got
  • nvxs.lib not found
    and then stopped because it's cirtainly wrong way
    Visual studio 2019
@nya3jp
Copy link
Owner

nya3jp commented Apr 4, 2022

I've just released v2.0.0 with wheels (prebuilt binary packages) for Linux and macOS. But Windows support is still unavailable mainly because I don't own active Windows machines.

@Sun-ZhenXing
Copy link

I tried the configuration in nv_config.h but it didn't work. Hopefully a Windows version of the build method will be provided.

// VC++
#define NV_ENABLE_CUDA   0  // CUDAを使うか
#define NV_ENABLE_CLOCK  1  // nv_clockを使うか
#define NV_ENABLE_SLEEP  1  // nv_sleepを使うか
#define NV_ENABLE_SSE2   1  // SSE2を使うか
#define NV_ENABLE_OPENCV 1  // OpenCV変換を使うか
#define NV_XS            0  // Perl用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants