On Windows I've always put libraries in c:/library_name/. |
Xander314 -- doesn't your root get rather cluttered?
I would at least create (e.g.)
C:\Development\<lib name>
or C:\Source\... / C:\Sources\... etc.
At work, we have a standard layout mandated for source and standard tools, so if you're away on holiday (and forgot to commit something before leaving) or ill, and someone needs to find something on your machine they no exactly where to look. (You were allowed to switch root, so D:\Development, etc were also OK)
C:\Development\SDKs\<lib name>
And
C:\Development\3rdParty\<lib name>
are common names for folder where 3rd party SDKs live.
Andy
P.S. I did used to install the Microsoft SDK in the root, as it was so big. But it now installs itself in C:\Program Files\...