Code::Blocks Forums

User forums => Help => Topic started by: ANIRBAN GHOSH on May 24, 2010, 09:09:29 pm

Title: Install Nightly Builds on Ubuntu from Command Line
Post by: ANIRBAN GHOSH on May 24, 2010, 09:09:29 pm
How install the latest nightly builds in Ubuntu 10.04 using command line?
Also is there any particular DEB file for the latest update?
Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: Folco on May 24, 2010, 09:53:21 pm
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

I think this could help ?
Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: ANIRBAN GHOSH on May 24, 2010, 10:10:03 pm
Thanks but which command to run to update the installed CodeBlocks to the lastest nightly.
I am using 64bit UBUNTU 10
Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: stefanos_ on May 24, 2010, 10:57:44 pm
Anirban, I use GNU / Linux Fedora 12 and here is what you should do:

Find your SVN_Code directory; I have explicitly created this directory so I may download the latest available code on a daily basis.

Run the SVN application (GUI or terminal emulator) to synchronize it. In my case this is what I do:

cd /home/stefanos/SVN_Code/
svn update Codeblocks

Here you wait until it finishes; it always depends on your connection.

For svn information regards to Code::Blocks, please follow the official link (http://www.codeblocks.org/downloads/7)

After I finish, I always open the BUILD file, not because I must to, but as a matter of habit.

The order of commands you should follow is
.
[/list]

Happy coding!
Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: oBFusCATed on May 24, 2010, 11:51:30 pm
As usually debian binaries (32- and 64-bit), sources and documentation packages (german and english) can be found in my repository.

The svn-revision is 6235 (the only difference is, that the new logo is not included).

See here (http://apt.jenslody.de) how to use it.
What about this explanation in the last nightlies thread? http://forums.codeblocks.org/index.php/topic,12593.0.html
Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: ANIRBAN GHOSH on May 25, 2010, 06:31:04 am
@oBFusCATed

Thanks for the help.
It worked on my Ubuntu 10 64bit.
Yes I am missing the latest LOGO though.

Title: Re: Install Nightly Builds on Ubuntu from Command Line
Post by: Jenna on May 25, 2010, 07:27:22 am
@oBFusCATed

Thanks for the help.
It worked on my Ubuntu 10 64bit.
Yes I am missing the latest LOGO though.


I will (most likely) upload the version with the new logo today, if I am at work.
I did not do that before, because uploading 130 MB via ISDN takes about 5 hours and there is still no faster connection available at home.