-
Notifications
You must be signed in to change notification settings - Fork 142
Project Setup
adelorenz edited this page Apr 28, 2015
·
2 revisions
#Project Setup
The RegexGenerator project is organized in three NetBeans Java subprojects:
- ConsoleRegexTurtle: cli frontend for the GP engine
- MaleRegexTurtle: provides the regular expression tree representation
- RandomRegexTurtle: GP search engine
You have to download the projects from the GitHub project page, for example by cloning the GitHub repository on a local folder, with this command:
git clone https://github.com/MaLeLabTs/RegexGenerator.git
Open the three projects into your NetBeans IDE and perform a Clean and Build of all the projects in this order: MaleRegexTurtle, RandomRegexTurtle, ConsoleRegexTurtle.
At this point the /dist folder inside your ConsoleRegexTurtle project should contain a distributable compiled version of the cli application with all the needed libraries.