ngdevkit:bug/isl-depend

Last commit made on 2019-10-06
Get this branch:
git clone -b bug/isl-depend https://git.launchpad.net/ngdevkit

Branch merges

Branch information

Name:
bug/isl-depend
Repository:
lp:ngdevkit

Recent commits

c5a2b00... by Damien Ciabrini

Add missing dependency in READMEs

bea0460... by Damien Ciabrini

Do not depend on isl for building gcc

Build gcc without isl, because the version gcc 5 depends on is too old
to be available as a binary package in recent distributions.

Note that in doing so we lose a potential loop optimization pass. So
this library should be reused eventually, but directly from a source
tarball and compiled statically into gdb.

Resolves: #21

493f6ef... by Damien Ciabrini

Update dependencies instructions for recent distributions

Recent debian-derived distro provide libisl greater than 0.18 as
build-dep of gcc, which is not working for building our gcc 5.5

Update the README to install libisl-0.18-dev when needed.

Resolves: #13

fff0ce0... by Damien Ciabrini

mingw: fix README, as emudbg is now supported

291df60... by Damien Ciabrini

example-02: fix loop overflow in sprite setup

Resolves: #6

aef61c0... by Damien Ciabrini

emudbg: use autoconf and provide static lib to build on mingw

This is the last commit to bring feature parity between Linux/macOS and
mingw build (windows 10 + WSL)

Resolves: #3

9f763fc... by Damien Ciabrini

doc: ensure sdcc build-deps do not install graphicsmagick

On Debian-derived distros, only install the build-deps which are
required to build sdcc for ngdevkit. This prevents installing
conflicting package graphicsmagick-imagemagick-compat.

Resolves: #4

8a81c19... by Damien Ciabrini

doc: install imagemagick first to ensure deps don't require graphicsmagick

97d3327... by Damien Ciabrini

Make sure creation of gngeo config directory succeeds all the time

565f7b6... by Damien Ciabrini

Create gngeo user config directory at install time