gsgen3d / gsgen

[CVPR 2024] Text-to-3D using Gaussian Splatting
https://arxiv.org/abs/2309.16585
MIT License
761 stars 42 forks source link

Windows support #2

Closed Phylliida closed 11 months ago

Phylliida commented 11 months ago
  1. Aux is one of the forbidden Windows words so Windows users will fail to clone this repo

  2. Uncomment this line so CUB_HOME is added to include directories (if defined)

  3. Modified these variables to be define, see here for an explanation

  4. Added "-DWIN32_LEAN_AND_MEAN" to nvcc_flags if Windows is detected, see this comment

Phylliida commented 11 months ago

Modified this pr so it's all the changes needed for windows support. Here is full instructions

Phylliida commented 11 months ago

I've added one additional change, the -DWIN32_LEAN_AND_MEAN flag specified here