Update README.md

This commit is contained in:
Jason Bou-Samra
2024-04-21 19:23:13 +10:00
committed by GitHub
parent 41de940ef9
commit 5a8b45dfa8
+9 -6
View File
@@ -15,14 +15,17 @@
## Change-log:
* 06/04/2023 - Initial release
* 04/04/2023 - Foundation code
* 19/04/2023 - Initial release
* 13/04/2023 - Foundation code
## Compilation
type the following commands:
gcc -c histogram.adb
gnatbind histogram
gnatlink histogram
`gcc -c histogram.adb`
`gnatbind histogram`
`gnatlink histogram`
## Misc.
@@ -33,7 +36,7 @@ gnatlink histogram
## Todo
* Need to use SDL2 to implement internal plotting routine.
* Logical bugs still exit, and so this is very much still a work in progress.
* pretty sure bugs have been ironed out.
## Author(s)
Jason Bou-Samra