rdpstaff / Framebot

Dynamic programming based frame shift detection and correction tool with nearest neighbor classification.
GNU General Public License v3.0
7 stars 7 forks source link

Problem in installation #4

Open shmenolin opened 4 years ago

shmenolin commented 4 years ago

I cloned the repository and tried to build the program using ant. However it gives such errors:

-do-compile: [javac] Compiling 26 source files to /Users/menolinsharma/Framebot/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 5 [javac] error: Source option 5 is no longer supported. Use 7 or later. [javac] error: Target option 5 is no longer supported. Use 7 or later.

How do I install/build this program? I am not able to find a good source of instructions for building it given that I have only basic experience in command line. Thank you!