-
-
Notifications
You must be signed in to change notification settings - Fork 194
First steps and Developer Resources
Piotr Skowronek edited this page Jul 2, 2024
·
3 revisions
- Be or get familiar with:
- Clone muCommander repository
git clone https://github.com/mucommander/mucommander.git
git submodule update --init --remote --recursive
- Run muCommander
./gradlew run
- Import the project to your favorite IDE
- Intellij IDEA: https://www.jetbrains.com/idea/download/
- Eclipse (good for designing Swing UI): https://www.eclipse.org/downloads/packages/
- Working on forked repo for PR
- sync your fork with main (upstream) repo:
git pull --rebase upstream master
- if
jresubmodule was changed in main (upstream) repo, run:
git submodule update --recursive --remote
muCommander is open source, released under the GNU GPL v3 license | Donate