News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Install Nightly Builds on Ubuntu from Command Line

Started by ANIRBAN GHOSH, May 24, 2010, 09:09:29 PM

Previous topic - Next topic

ANIRBAN GHOSH

How install the latest nightly builds in Ubuntu 10.04 using command line?
Also is there any particular DEB file for the latest update?


ANIRBAN GHOSH

Thanks but which command to run to update the installed CodeBlocks to the lastest nightly.
I am using 64bit UBUNTU 10

stefanos_

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

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

  • ./bootstrapTo update revision information
  • make
  • And last thing you should do, is to become root to run make install. Of course, in your case since you are using Ubuntu, all you must do is sudo make install
.
[/list]

Happy coding!

oBFusCATed

Quote from: jens on May 22, 2010, 01:45:45 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 how to use it.
What about this explanation in the last nightlies thread? http://forums.next.codeblocks.org/index.php/topic,12593.0.html
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ANIRBAN GHOSH

@oBFusCATed

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


Jenna

Quote from: 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.


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.