I often see comments that say things like, "I never needed to use the terminal in Windows." Or "I never needed to issue commands or do weird things in Windows"...
I find these statements quite odd.
As I am a New Linux User... I used Windows for well over a decade, from 95 to 2000NT to XP, skipped Vista... used 7 briefly...
I remember things a little bit differently.
I remember looking up guides, for Windows, that the First Thing they Suggest was Run > type cmd
Prompt = Terminal.
The First thing suggested for other things was:
Run > regedit.
I edited the registry... a lot. I mean a whole lot. It seemed a rare week that I did not need to tweak or edit a registry entry for something or other.
And I opened the Prompt for all manner of things... not as a Windows Guru... But because the guides I looked up all say to do so.
I remember clearly, on Windows, running into installation failures - often with some vague unknowable error code that performed an Illegal Operation. No other clues as to what went wrong. Eventually, for many, I finally worked out, with much, much research, that it was...
(Drumroll)
A dependency issue.
Does anyone else remember these things?
Or am I a freak of nature that spent a decade using the Dominant Operating System experiencing these things?
Speaking of installing on Windows... I also hear people say that you never need to install from source on Windows.
Uhhh...
Yes you do!
Here in Linux, we use "Make" > "sudo make install" or maybe... "ninja build..."
But not on Windows, right?
I sure did. For years.
Ninja and Make are both tools used on Windows as much as on Linux.
Run > cmd
ninja -f /path/to/build/file.