|
-
April 11th, 2010, 09:40 PM
#1
compiling in visual studio
Right basic question - I downloaded these source files, however there is no visual studio project file (sln) - how do I compile these in visual studio?
http://img146.imageshack.us/img146/5796/sourceu.jpg
-
April 12th, 2010, 12:26 AM
#2
Re: compiling in visual studio
Open Visual Studio command prompt in this directory and execute command:
nmake /f Makefile
You can create makefile Visual Studio project and add all source files to it.
-
April 12th, 2010, 12:28 AM
#3
Re: compiling in visual studio
Not sure whether you can compile this on Visual Studio or not by just seeing the names of files.
Source might be for some unix /linux flavour which you might need to modify for it to work on Windows.
Also, you can peek into Makefile and README to find more information.
Appreciate others by rating good posts
"Only buy something that you'd be perfectly happy to hold if the market shut down for 10 years." - Warren Buffett
-
April 12th, 2010, 12:33 AM
#4
Re: compiling in visual studio
 Originally Posted by Alex F
Open Visual Studio command prompt in this directory and execute command:
nmake /f Makefile
You can create makefile Visual Studio project and add all source files to it.
I think directly nmake will also work.
Appreciate others by rating good posts
"Only buy something that you'd be perfectly happy to hold if the market shut down for 10 years." - Warren Buffett
-
April 12th, 2010, 04:26 PM
#5
Re: compiling in visual studio
I would say that this is most likely intended to be compiled under linux since run.sh is present so you could download and install cygwin or install linux in a virtual machine.
-
April 12th, 2010, 08:27 PM
#6
Re: compiling in visual studio
Assuming VS can compile them, I'd make a new project and add them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|