Source code - RisQFLan/RisQFLan GitHub Wiki
THIS PAGE IS NOT UPDATED Please contact us if interested
- More updated instructions are available for another tool named QFLan here
RisQFLan is an open source software project. You can download its complete source code from this repository (follow the above link Code, and navigate to folder RisQFLan).
In order to build the code it is necessary to:
- Download Eclipse SDK 4.7.1a available here
- Install in Eclipse the XTEXT plug-in
- Import in Eclipse all projects in the source code:
- Right-click on Eclipse's Project Explorer, and select Import. Choose Existing Projects into Workspace and click Next.
- Click Browse... and locate the root folder of the source code. Tick Copy projects into workspace and hit Finish.
Note
A simpler build can be obtained by ignoring the projects containing platform or feature in their name.
- These are necessary only to export a ready to use product (i.e., a stand-alone version of the tool).
- The tool can be run locally as an Eclipse configuration without all such projects.
Note 2
We intend the code to be provided for illustration purposes. An interested user should download the RisQFLan distributions provided in the Install RisQFLan page of this wiki.