Start Codeblocks project from external code
        Posted  
        
            by 
                Dnaiel
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dnaiel
        
        
        
        Published on 2012-11-22T17:56:55Z
        Indexed on 
            2012/11/23
            4:59 UTC
        
        
        Read the original article
        Hit count: 531
        
I have C++ code that depends on boost and other libraries, and therefore this code has a makefile that invokes boost.
I am now trying to start developing this code in codeblocks in linux, so in order to do that I have two basic questions:
(1) How can I import the code into codeblocks as a codeblocks new project?
(2) How do I invoke the makefile with codeblocks instead of codeblocks trying to compile the code (which it would fail since codeblocks does not know that it needs to invoke boost).
Sorry if it's too basic but I am quite new to C++ and codeblocks.
Thanks!
© Stack Overflow or respective owner