-
Notifications
You must be signed in to change notification settings - Fork 9
Building SASyLF
Jonathan Aldrich edited this page Apr 29, 2024
·
1 revision
This is a brief outline of how to build SASyLF.
This is current as of April 2024; my experience is on Windows with Ubuntu installed under WSL.
The steps were:
- Downloaded Eclipse IDE for RCP and RAP Developers
- Use JRE 21
- Installed JavaCC plugin
- Compiled src/edu...parser/parser.jj with JavaCC plugin
- Ran make in Ubuntu (runs tests)
- Install javacc in Ubuntu
- Ran make build in Ubuntu (builds SASyLF.jar)
- Needed to update .classpath to include jars from lib directory. do NOT update META-INF/MANIFEST.MF