Skip to content

Commit

Permalink
Merge pull request #463 from Gootector/patch-1
Browse files Browse the repository at this point in the history
Fixes in contribute.md
  • Loading branch information
helge17 committed Jul 17, 2024
2 parents e58ba72 + 0e7870f commit 2d8516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@ As a last step, you have to choose where on your local drive the repo should be

<img src="images/contribute/eclipse-git-clone-step3.png" width="50%" alt="Git Clone Step 3, Select local folder">

After you finished you will see a percent value showing the progress of the local copy. Once this background job has finished, you will see the structure of your local repository. Something like this:
After you finish you will see a percent value showing the progress of the local copy. Once this background job has finished, you will see the structure of your local repository. Something like this:

<img src="images/contribute/eclipse-git-repository.png" width="50%" alt="Git repository in Eclipse">

#### Import the SWT Maven project

In order to build the SWT variant of TuxGuitar, you have to import the maven project in question. To do so, open the Java perspective and go to File -> Import and choose Maven -> Existing Maven Projects. You have to import the SWT project you will find in your local git repository, e.g. "..../eclipse-workspace/git/tuxguitar/desktop/build-scripts/tuxguitar-linux-swt".
In order to build the SWT variant of TuxGuitar, you have to import the Maven project in question. To do so, open the Java perspective and go to File -> Import and choose Maven -> Existing Maven Projects. You have to import the SWT project you will find in your local git repository, e.g. "..../eclipse-workspace/git/tuxguitar/desktop/build-scripts/tuxguitar-linux-swt".

<img src="images/contribute/eclipse-maven-swt-import.png" width="50%" alt="Maven SWT import">

Expand Down

0 comments on commit 2d8516b

Please sign in to comment.