User forums > Nightly builds
The 02 March 2007 build is out.
watt:
i think i fail this step ...
cd ~/devel
tar zxf codeblocks-1.0rc2.tar.gz
This will create the directory ~/devel/codeblocks-1.0rc2. Change to the source code directory, by issuing the following command:
cd codeblocks-1.0rc2
i extract the file codeblocks-1.0rc2.tar.gz but i dont copy the files and directorys as inside codeblocks-1.0rc2 to devel ... the problem is there ?
Pecan:
--- Quote from: watt on March 05, 2007, 12:23:14 am ---i think i fail this step ...
cd ~/devel
tar zxf codeblocks-1.0rc2.tar.gz
This will create the directory ~/devel/codeblocks-1.0rc2. Change to the source code directory, by issuing the following command:
cd codeblocks-1.0rc2
i extract the file codeblocks-1.0rc2.tar.gz but i dont copy the files and directorys as inside codeblocks-1.0rc2 to devel ... the problem is there ?
--- End quote ---
Stop this nonsense. RC2 is a dead horse. Remove all rc2 files.
Read this:
http://codeblocks.org/source_code.shtml
Then read this:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
Installing Code::Blocks from source on Linux - CodeBlocks
and this:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29
Installing Code::Blocks from source on Linux - CodeBlocks
and this:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_RPM_based_distributions
Compiling Code::Blocks in RPM based distributions
Go to wiki.codeblocks.org. Click on index at the bottom of the page.
Look in the index for "Linux", "compiling" "installing", etc.
watt:
then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??
Pecan:
--- Quote from: watt on March 05, 2007, 01:02:45 am ---then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??
--- End quote ---
I don't know anything about archLinux. But I believe you'd better make sure you have the GTK, the wxGTK, the correct gtk-dev packages specified in the articles I pointed out.
If all that is correct, then yes, that's all you need to do.
Biplab:
--- Quote from: watt on March 05, 2007, 01:02:45 am ---then
i create a directory devel and i use svn to get the file and run ...
./bootstrap
./configure
make
make install
thats all ??
--- End quote ---
In case you are not in SU mode, you need to issue make install in SU mode. So the correct step would be-
* ./bootstrap
* ./configure --enable-contrib (In case you want the contrib plugins)
* make
* make install (In SU mode)
Regarding run.sh not executing, please check whether the run.sh have execute permission or not. I faced this sometimes back and Pecan helped me solve that. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version