Skip to content

Commit 6537021

Browse files
committed
Ignore standard build directory.
1 parent 770d961 commit 6537021

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.flatpak-builder/
2+
/build-dir/

Diff for: README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
https://flathub.org/apps/details/org.eclipse.Java is built from this repo.
1+
This the Flatpak version of [Eclipse IDE](https://www.eclipse.org/ide/).
2+
3+
## Build
4+
5+
To build locally run
6+
```
7+
flatpak-builder build-dir --force-clean org.eclipse.Java.json
8+
```
9+
10+
Test the installation using
11+
```
12+
flatpak-builder --user --install --force-clean build-dir org.eclipse.Java.json
13+
```
14+
15+
## Run
16+
```
17+
flatpak run org.eclipse.Java
18+
```
19+
20+
## Install
21+
22+
To install a stable release version from the repository use the following:
23+
```
24+
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
25+
flatpak install flathub org.eclipse.Java.json
26+
```
27+

0 commit comments

Comments
 (0)