From b723d56eb0c7d7812af7cdb61738492d87850b61 Mon Sep 17 00:00:00 2001 From: "castano@gmail.com" Date: Tue, 12 Mar 2013 19:41:55 +0000 Subject: [PATCH] Edited wiki page CompilationInstructions through web user interface. --- wiki/CompilationInstructions.wiki | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wiki/CompilationInstructions.wiki b/wiki/CompilationInstructions.wiki index 7f52f59..de7793a 100644 --- a/wiki/CompilationInstructions.wiki +++ b/wiki/CompilationInstructions.wiki @@ -84,6 +84,25 @@ vc8/NV.sln and build all (Ctrl + Shift + B). +=== CMake and Visual Studio 10 === + +Run the following commands: + +{{{ +$ mkdir vc10 +$ cd vc10 +$ cmake .. -DNVTT_SHARED=1 -G "Visual Studio 10" +}}} + +open the generated solution file: + +{{{ +vc10/NV.sln +}}} + +and build all (Ctrl + Shift + B). + + === CMake + MinGW === Note that CUDA does not currently support the MinGW compiler. This target is not supported yet, but may work if CUDA is not enabled.