Readme Update after 4 years

This commit is contained in:
Anthony Arnold 2015-07-14 21:59:04 +10:00
parent e0cf3fb74f
commit 2a4733e33b
1 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,7 @@
- Converting a UUID to a string
**What are the dependencies?**
There are a couple of tools that you'll need to build and install *AdaID*. Firstly, you should have [make](http://www.gnu.org/s/make/) installed, like every good programmer. Secondly, it's assumed that you're using [GNAT](http://www.gnu.org/software/gnat/), or you at least have a recent version available. If you don't have GNAT available, you will need to make your own build scripts (nudge, wink to contributers).
All of the code is self-contained, but the build system assumes GNAT is present.
If you want to run the unit test suite, you'll need [AUnit](http://libre.adacore.com/libre/tools/aunit/) installed. If you don't have it, and you don't care about running the tests (and you *should*), then just avoid running `make test`.
@ -47,4 +47,3 @@ Future improvements include:
- General make file improvements
- Library documentation