Author Topic: debian/testing?  (Read 4658 times)

ilias

  • Guest
debian/testing?
« on: May 16, 2007, 06:53:17 pm »
Sorry guys new to the forum and in code::blocks in general.
Where on earth is the debian/testing package. if there isn΄t one please give me guidance on how to do it.
How up-to-date is the source code? How often does it get updated?
regards
ilias

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: debian/testing?
« Reply #1 on: May 16, 2007, 07:10:06 pm »
Sorry guys new to the forum and in code::blocks in general.
Where on earth is the debian/testing package. if there isn΄t one please give me guidance on how to do it.
How up-to-date is the source code? How often does it get updated?
regards
ilias

See http://forums.codeblocks.org/index.php/board,20.0.html for the nightly builds updated about 5 times a week.

For installation download see http://developer.berlios.de/project/showfiles.php?group_id=5358
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu

For source code see
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

ilias

  • Guest
Re: debian/testing?
« Reply #2 on: May 16, 2007, 08:11:07 pm »
Ok cool. thanx Tim. Is there any point in building a debian package, apart from including it in the main debian repository, thus getting more people coming in?
Now where are the docs for plugin development?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: debian/testing?
« Reply #3 on: May 16, 2007, 08:39:35 pm »
Ok cool. thanx Tim. Is there any point in building a debian package, apart from including it in the main debian repository, thus getting more people coming in?

No reason to build a code::blocks debian package, the developers will do so when 1.0 is released; but, no idea when that will be.

If I was you, I would wait or work on an wxWidgets 2.8.4 debian package, then bring up the idea of an code::blocks debian package.

Quote
Now where are the docs for plugin development?
The only spot for docs is in the forum and wiki http://wiki.codeblocks.org
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

diilbert

  • Guest
Re: debian/testing?
« Reply #4 on: May 17, 2007, 12:10:28 pm »
If you want to build the latest and greatest I recommend wxGTK 2.8.4-rc2 and C::B SVN.  If there are problems I am sure there is someone here who will be able to help you out.

The Wiki link is a few posts up ;)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: debian/testing?
« Reply #5 on: May 17, 2007, 01:36:23 pm »
If you want to build the latest and greatest I recommend wxGTK 2.8.4-rc2 and C::B SVN.  If there are problems I am sure there is someone here who will be able to help you out.

The Wiki link is a few posts up ;)

I suggest wxGTK 2.8.4, but no idea if it's better than wxGTK 2.8.4-rc2.
ftp://biolpc22.york.ac.uk/pub/2.8.4
ftp://biolpc22.york.ac.uk/pub/2.8.4-rc2
To verify this is wxWidgets URL see patch links on page http://www.wxwidgets.org/downloads/patch.htm

Note, the are making several changes to cvs (2.8 Branch) on Mac code and one or two GTK changes; And, wx Team have NOT announced 2.8.4 yet, so there may be problems with 2.8.4.

Note, Use 2.8.4 instead of 2.8.4-rc2 for wxMSW, since 2.8.4-rc2 does not compile for wxMSW.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

ilias

  • Guest
Re: debian/testing?
« Reply #6 on: May 17, 2007, 05:34:48 pm »
cool thanks guys I 'll see what I can do.