A project for AP Computer Science A
- Ensure that the following dependencies are installed:
- Java Development Kit (JDK)
- GNU Make
- Run
maketo build the project.
- Ensure that the following dependencies are installed:
- GNU Make
- GNU Roff (groff)
- Run
make docsto compile the documentation. - The compiled PDF documents will be in the
docs/directory.
Execute the compiled JAR:
$ java -jar GraphingCalculator.jarOr run the command make run.