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