Oct 7th, 2012, 06:30 PM
#1
Fanatic Member
compiling open source c++ program
am new to c++, and need to compile a c++ program i found here http://sourceforge.net/projects/mdbtools/
i have devc++ installed, but don't know how to do the compilation, can anyone put me through?
Oct 8th, 2012, 02:57 AM
#2
Re: compiling open source c++ program
I would suggest installing GNU Autotools and just using the automake system that has been set up. Once you have that installed, open up a terminal in the project directory and write:
configure
make
Oct 8th, 2012, 05:20 AM
#3
Fanatic Member
Re: compiling open source c++ program
will this work in windows xp
Oct 8th, 2012, 10:22 AM
#4
Re: compiling open source c++ program
No, I was under the impression you where using Linux. As far as I can see, that project does not target the Windows platform.
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