On Wed, Jul 29, 2015 at 3:59 AM, Haseeb Ahmad <[email protected]> wrote:
> I have just started working in codec2 code so need a little help regarding > compiling techniques of its code. > Should i directly run the .c format files on visual studio to check the > outputs?or is there any other way of compiling the codes? > if so then which is the main file from the folder to run the whole process? > Let me know if any tutorial is available. > Both codec2 and fdmdv2 use cmake for building. There is a way to integrate cmake with visual studio but you'll have to use google to help you there. I think most of us develop on linux so we typically use cmake on the command line. This may be a good starting point: http://stackoverflow.com/questions/395169/using-cmake-to-generate-visual-studio-c-project-files It looks like cmake will create visual studio files but you didn't say what version. While the link uses the command line you can use the cmake GUI to point to the source location and choose your makefile type. Thanks, Richard
------------------------------------------------------------------------------
_______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
