Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 24, 2007, 05:54:04 pm

Title: The 24 October 2007 build will NOT be out.
Post by: killerbot on October 24, 2007, 05:54:04 pm
seems that berlios ftp is rather unstable at the moment
Title: Re: The 24 October 2007 build will NOT be out.
Post by: Jenna on October 24, 2007, 07:47:14 pm
Nevertheless I've got svn4558 on my server:

debian-repository with nightlies (slow, because it's a home-server via dsl)

add to /etc/apt/sources.list :

for etch aka stable
Code
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main

for lenny aka testing
Code
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main

for sid aka unstable
Code
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main

add my public-key to apt's trustdb:
Code
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from

Code
deb http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
Code
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -