diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -[](http://ghdl.readthedocs.io/en/latest/?badge=latest) [](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://github.com/tgingold/ghdl/blob/master/COPYING) +[](http://ghdl.readthedocs.io/en/latest/?badge=latest) [](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/tgingold/ghdl) [](https://ci.appveyor.com/project/tgingold/ghdl)  [](https://github.com/tgingold/ghdl/releases) @@ -22,7 +22,7 @@ Supported third party projects: [VUnit](https://vunit.github.io), [OSVVM](http:/ GHDL is free software: -- [](https://github.com/tgingold/ghdl/blob/master/COPYING) +- [](https://github.com/tgingold/ghdl/blob/master/COPYING.md) - Doc is available on [ghdl.readthedocs.org](https://ghdl.readthedocs.org/en/latest/index.html). - Some of the runtime libraries, are under different terms; see the individual source files for details. @@ -34,7 +34,7 @@ You can download pre-built releases for different platforms, backends and librar ### Building GHDL -You need the GNU Ada compiler, GNAT GPL, 2014 (or later) for x86 (32 or 64 bits). GNAT GPL can be downloaded anonymously from libre.adacore.com. Then, untar and run the doinstall script. +You need the GNU Ada compiler, GNAT GPL, 2014 (or later) for x86 (32 or 64 bits). GNAT GPL can be downloaded anonymously from [libre.adacore.com](http://libre.adacore.com/tools/gnat-gpl-edition/). Then, untar and run the *doinstall* script. *Depending on the OS and distribution you are using, you will also need to install some toolchain dependencies, such as `zlib`. See '[Building](http://ghdl.readthedocs.io/en/latest/building/index.html)' for specific package names.* |