User forums > Using Code::Blocks

Recommended Build Environment

<< < (2/2)

che:
Sorry  :( I have just done it

Sorry again and thanks a lot.
Pascual.

cyberkoa:

--- Quote from: che on December 06, 2005, 10:55:55 pm ---Sorry  :( I have just done it

Sorry again and thanks a lot.
Pascual.

--- End quote ---

Can you briefly explain which steps you have done ?



1. get all the packages for building like build-essential , autotools etc

2. compile wxGTK / install wxGTK

3. check the setup.h , the line wxUSE_UNICODE should be set to 1.

4. make sure wx-config is in the search path , can be confirmed using "which wx-config"

make sure that the your user id have the rights to read/write wxGTK path

download the CB source and put under your /usr/home/codeblocks


you need to use dos2unix to convert the source to unix-compatible format.

you can search the thread in Linux/Unix section , there is a thread about compilation of CB under debian , use that as a guide to compile


basically the CB compilation steps are
./bootstrap
./configure
./make
./make install    <- this one need to use sudo

Navigation

[0] Message Index

[*] Previous page

Go to full version