Hello,
I am developing mostly on Linux (at work) or a bit on macOS (at home). I need to port a bit a code on Windows, but I really don’t know where to start to get some dev environment. I have read a few topics here but there are so many options and so much information that I’m still a bit lost…
Criteria:
- The simpler the better: a stand-alone editor (Notepad++ looks fine) and command line tools are OK, I don’t need (and even don’t want) an IDE at that point
- I need to call some system routines, so it has to be native compilers (not WSL or Cygwin based)
- it can be gcc/gfortran or the Intel compilers. Both if possible
- preferably fpm with its dependencies
- if possible a unix-like shell, just because I’m better used to them compared to cmd/powershell
To show how I feel lost on Windows, I’ve installed all of the Intel OneAPI stuff, but it doesn’t show up anywhere (start menu or I don’t know) and I don’t even know where it is actually installed… But I understand that Visual Studio is required to be able to use the Intel compilers?
Any help appreciated