CPPKoans
CPPKoans copied to clipboard
Make it work under linux
After cloning the repo I wasn't able to get it running on my linux machine (running Debian unstable).
It looks like there is a lot of windows-only dependency.
My first problem was the include of SDKDDKVer.h
in CPPKoans/targetver.h
. I could resolve this issue by commenting the line.
The next problem was the include of tchar.h
in CPPKoans/stdafx.h
. I tried some quick fixes for this but did not find a satisfying solution.
I would love to use the koans from a *nix environment!
+1 to this problem. I followed a very similar process.