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: ## Change-log:
* 06/04/2023 - Initial release * 19/04/2023 - Initial release
* 04/04/2023 - Foundation code * 13/04/2023 - Foundation code
## Compilation ## Compilation
type the following commands: type the following commands:
gcc -c histogram.adb
gnatbind histogram `gcc -c histogram.adb`
gnatlink histogram
`gnatbind histogram`
`gnatlink histogram`
## Misc. ## Misc.
@@ -33,7 +36,7 @@ gnatlink histogram
## Todo ## Todo
* Need to use SDL2 to implement internal plotting routine. * 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) ## Author(s)
Jason Bou-Samra Jason Bou-Samra