First of all I want to apologize for something wrong I will say, I’m new to Ada and Alire.
I am trying to use the whitakers-words dictionary (https://github.com/mk270/whitakers-words) for a personal project in a React application.
I am still looking for a method to run it locally.
The documentation of the project suggests to use the GNAT compiler, but reading the Ada documentation I have read that everything has been moved to Alire that has new commands.
Following the documentation (here: https://alire.ada.dev/docs/#migration-of-an-existing-adaspark-project-to-alire) I have created the workspace for the project and run the “alr build” command.
Nothing works.
I don’t understand what is the main gpr file to run.
The project documentation suggests to run
gnatmake -O3 words
gnatmake -O3 makedict
gnatmake -O3 makestem
gnatmake -O3 makeewds
gnatmake -O3 makeefil
gnatmake -O3 makeinfl
gnatmake -O3 sorter
Does someone know how to run the whitakers-words in the alire environment?
Thanks a lot
Dennis Pierantozzi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.