handWavey
handWavey copied to clipboard
Install on Linux
Tasks
- [ ] Check if the build automation ticket has been done. Because that may affect how this ticket is done.
- [ ] Automate as much of the installation as possible in a Linux way.
- For now, don't include external libraries in the handWavey repo.
- Packaging?
- Auto-start on login.
- [ ] Update the wrapper script.
- [ ] Improve the documentation for how to make it run on Linux.
- [ ] Improve the documentation for how to install it on Linux.
Background
All of the ground work is done, and it should work.
I suggest proceeding like this:
- Get
./gradlew test
running. - Get
./gradlew run
running.
- You should be able to move the cursor around and click etc
- There should be no errors around being able to load and save config.
- Note that it will tell you about writing the files for the first time on the first run. On subsequent runs, it should just tell you that it's loading, and saving the config files.
- Begin the tasks of this ticket.