descriptionnone
repository URLhttps://github.com/mackyle/build-cgdb.git
ownermackyle@gmail.com
last changeWed, 10 Apr 2013 01:38:30 +0000 (9 18:38 -0700)
last refreshMon, 6 May 2024 19:11:42 +0000 (6 21:11 +0200)
content tags
add:
README.txt
README FOR BUILD-CGDB
=====================
The build-cgdb project builds a standalone, universal cgdb executable that runs
on Mac OS X 10.4 or later.

In addition, it creates a convenient installer to install the
/usr/local/bin/cgdb executable, the /usr/local/share/man/man1/cgdb.1 man page,
the /usr/local/share/info/cgdb.info info file and the
/usr/local/share/cgdb/cgdb.txt files.

The resulting installer is compatible with Mac OS X 10.4 and later.

--------
Building
--------
Simply run the build script and all necessary files will be downloaded and then
cgdb will be built and a cgdb.dmg disk image created containing the cgdb
installer.

------------
Requirements
------------
In order to build the installer, fakeroot must be installed.  A compatible
version of fakeroot can be installed from the github
http://mackyle.github.io/fakeroot site.

In order to build, the Mac OS X 10.4u SDK is required as well as the developer
tools (with gcc version 4.0) and building requires Mac OS X 10.4 or later.

-------
License
-------
The cgdb sources are licensed with GPLv2 (or later) and require Readline
version 5.1 or later.  Readline 5.2 is the last GPLv2 (or later) licensed
version of Readline (Readline 6 is GPLv3 or later).  The built OS X cgdb
executable included in the installer is linked against a version 5.2 Readline
library so the entire work remains GPLv2 (or later).

-----
Links
-----
cgdb home page:      http://cgdb.github.com/
cgdb GitHub page:    https://github.com/cgdb/cgdb
old cgdb sf page:    http://sourceforge.net/projects/cgdb/
old cgdb support:    http://cgdb.sourceforge.net/support.php
Readline tarball:    http://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz
OS X Installers:     https://github.com/mackyle/build-cgdb/downloads
shortlog
2013-04-10 Kyle J. McKaygithub.com -> github.iomaster
2013-03-10 Kyle J. McKayTwo release times per day.
2013-03-10 Kyle J. McKayUpdate to the cgdb-0.6.7 release tarball
2013-03-10 Kyle J. McKaySwitch to 'UDBZ' format since it's smaller
2013-03-10 Kyle J. McKayAdd a README_INSTALL.txt to the dmg for gatekeeper
2013-03-10 Kyle J. McKayAdjust build to use included cgdb archives
2013-03-10 Kyle J. McKayInclude the cgdb release tarballs in version control
2012-10-27 Kyle J. McKayDo not use a .pkg extension for non-flat packages ...
2012-10-18 Kyle J. McKayAdd license notes and convenient links
2012-10-18 Kyle J. McKayMinor build optimizations
2012-10-18 Kyle J. McKayRetrieve cgdb tarball from new GitHub location
2012-04-25 Kyle J. McKaySupport bsdtar as well as gnutar
2012-04-14 Kyle J. McKayUpdate ReadMe
2012-04-14 Kyle J. McKayFix clang debug info startup problem
2012-03-20 Kyle J. McKaySwitch from UDBZ to UDZO disk image
2011-12-21 Kyle J. McKayMuch improved and earlier warning about missing/broken...
...
heads
11 years ago gh-pages
11 years ago master