PyORBIT-Collaboration / PyORBIT3

Python3 compatible version of PyORBIT
MIT License
5 stars 14 forks source link

Building on Windows #19

Open azukov opened 6 months ago

azukov commented 6 months ago

So far tried following:

  1. Download Build Tools
  2. Installed miniconda winget install miniconda
  3. Launched x64 Native Tools Command Prompt for VS 2022.bat which runs vcvars64.bat
  4. In that shell initialized conda conda init
  5. Followed conda install guide with maybe some trade off between conda env and pip, fftw should be installed by conda.
  6. Tried to compile, hit some compilation C++ errors - need to change the compiler flags and figure out something else.