User forums > Nightly builds
The 30 January 2007 build is out.
dronT78:
works great on linux gentoo amd64! thanks!
mareq:
Please, make also .deb packages. I am looking forward for new nightly builds and I am disappointed if .deb package is not built :(
dronT78:
--- Quote from: mareq on January 31, 2007, 09:13:20 am ---Please, make also .deb packages. I am looking forward for new nightly builds and I am disappointed if .deb package is not built :(
--- End quote ---
there is my dumb script for updating nightly without any dist specified
first
--- Code: ---mkdir /root/cb
--- End code ---
:lol:
--- Code: ---cd /root/cb/trunk
make uninstall
cd /root/cb
rm -rf trunk
svn checkout svn://svn.berlios.de/codeblocks/trunk
cd /root/cb/trunk
./bootstrap
./configure --enable-contrib --prefix=/usr
make
make install
cd /root
--- End code ---
copypast it to file (my is named cbupdate.sh!)
and don't forget
--- Code: ---chmod 700 cbupdate.sh
--- End code ---
Marenz:
That script is not very performent
why don't you just do a svn update ?
Always checking out the whole revision is not acceptable for ISDN/Modem users..
--Ano
souls-seb:
New wxWidgets projects does not compile.
--- Code: ---:: === test, Debug ===
:: Warning: No config found to match: /usr/lib/wx/config/gtk2-unicode-release-2.6 --version=2.6 --static=yes --unicode=yes --debug=yes --cflags
./test_pch.h:18: error: wx/wxprec.h: No such file or directory
:: === Build finished: 1 errors, 1 warnings ===
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version