issues
search
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:
Download
Build Tools
Installed miniconda
winget install miniconda
Launched
x64 Native Tools Command Prompt for VS 2022.bat
which runs vcvars64.bat
In that shell initialized conda
conda init
Followed conda install guide with maybe some trade off between conda env and pip, fftw should be installed by conda.
Tried to compile, hit some compilation C++ errors - need to change the compiler flags and figure out something else.
So far tried following:
winget install miniconda
conda init