User forums > Using Code::Blocks

Help with installation PDCurses 3.3 in CodeBlocks

(1/2) > >>

malloc:
Hello

Do I have to install the library pdcurses 3.3 in Code: Blocks?
For this I dropped http://pdcurses.sourceforge.net/
I also know how to compile C programs with pdcurses.

Thanks :D

MortenMacFly:

--- Quote from: malloc on December 31, 2007, 04:07:10 pm ---Do I have to install the library pdcurses 3.3 in Code: Blocks?
For this I dropped http://pdcurses.sourceforge.net/
I also know how to compile C programs with pdcurses.

--- End quote ---
I'd say first read in a book how to use 3rd party libraries (API's) and then try again. :P
Sure: If you want to use pdcurses you have to install it. If you want to compile against it - setup your C::B project C::B accordingly. How to compile C programs (with pdcurses)?! I'm sorry, but I don't get this. Did you *ever* compiled an application before? It's the very same...?!
With regards, Morten.

malloc:
What I want is that someone tell me the steps to install the library PDCurses3.3 in C::B.

Thanks

thomas:
What exactly do you want to hear?

After unzipping or building the libarry, add pdcurses' include and library paths to either the project's options, or to the compiler's options. Alternatively, if you're too lazy to do that, simply copy the files to your system include/library folders, and leave everything else as it is.

What else do you want to do, specifically for Code::Blocks?

Biplab:

--- Quote from: malloc on December 31, 2007, 05:50:36 pm ---What I want is that someone tell me the steps to install the library PDCurses3.3 in C::B.

--- End quote ---

There is no such magic step for installation. Read the following.


--- Quote ---http://forums.codeblocks.org/index.php/topic,5602.msg43236.html#msg43236
--- End quote ---

Please search before you post. :)

Navigation

[0] Message Index

[#] Next page

Go to full version