compiling makefile
-
https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.
-
https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.
-
https://code.google.com/p/word2vec/[^] anyone can show me how to run this code? i have both visual studio and ubuntu but still have no idea how to compile it.
(just realized this question is really old! oh well - might help someone) I recently ran into a similar issue. This worked for me:
-
In Visual Studio create a C++ Win32 console application
-
Add the .C files to the solution (add...existing item)
-
Compile - default output is .exe
(The makefile seems to just compile the code - I think the .sh scripts might cleanup after the compiler. But, yeah, the makefile is designed to run in a linux/unix)Erik Westermann
-