GDB - lets make D support awesome

Iain Buclaw ibuclaw at ubuntu.com
Mon Nov 18 03:04:15 PST 2013


On Monday, 18 November 2013 at 10:41:26 UTC, Iain Buclaw wrote:
>
> For those who can contribute, feel free to fork me here:
> https://github.com/ibuclaw/gdb
>
>

For those that want to test, here's the checkout/build steps.

# Checkout
git clone https://github.com/ibuclaw/gdb.git
mkdir gdb/objdir

# Build
cd gdb/objdir
../configure --prefix=/usr
make all-gdb

# Install
sudo make install-gdb


Regards
Iain.


More information about the Digitalmars-d mailing list