All I did was extract the zip to C:\, so now I have a C:\irrlicht-0.7.
Didn't compile out of the box for various reasons. Reading the incode comments here's what you have to do:
- I copied the 3 .dll files from the bin directory (C:\irrlicht-0.7\bin\VisualStudio) to the release and debugg directorys (C:\irrlicht-0.7\examples.net\01.HelloWorld_cs\bin\{Debug, Release})
- The path to the media directory seems to be wrong in code, so I just used C:\irrlicht-0.7\media\sydney.bmp etc. instead.
After that it should compile.
p.s. This is my first post, since I found the engine today, looks promising. I'll see if I can convert the C++ Tutorials to C# if I have more time.