-
Notifications
You must be signed in to change notification settings - Fork 82
Alternative Developer Setup Guide (Linux)
Jose Barbiere edited this page Jul 26, 2024
·
7 revisions
Developer setup guide aimed to help linux users get set up and ready to contribute to LEGUP.
In this setup we are assuming the use of Ubuntu (although any Debian based Distro will have the same commands) and using Git, Gradle, and neovim as text editor (but any other text editor would work, some good options are Visual Studio Code and Sublime Text.
required software:
- Git
- Java (v21) (yes the version matters)
- Gradle
- Text editor (this guide uses neovim but any text editor will work)
- Home
-
For Developers
- Programming Standards
- Developer Setup Guide
- Alternative Developer Setup Guide (linux)
- Pointers for Getting Started
- Guide to Implementing Puzzles
- Guide to Implementing the Puzzle Editor Functionality for a Puzzle
- Native Binary Compilation Information for Windows
- Test Suite Documentation
- Notes for a Future Rewrite
- For End Users