You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ _At the moment, todolist, calendar and kanban are implemented, more are coming s
68
68
_How do I do that?_
69
69
70
70
**For Windows:**
71
+
71
72
Download the .exe file at https://github.com/BenHerbst/idaesbasic/releases/tag/0.9.1.
72
73
73
74
You maybe have to expand the "Assets" menu.
@@ -78,6 +79,34 @@ Then, if downloaded and found in the Explorer, double click on it and an install
78
79
79
80
There you just have to follow the steps and Idaesbasic is ready to use!
80
81
82
+
**For Linux:**
83
+
84
+
Download the .deb ( currently unavaible ) or .jar file at https://github.com/BenHerbst/idaesbasic/releases/tag/0.9.1. ( .deb is only for Debian or Debian based Linux like Ubuntu, Linux Mint or Pop!_OS )
85
+
86
+
Then open your file explorer. Go to "Downloads" and find the .deb or .jar file
87
+
88
+
If you downloaded the .deb for Debian or Debian based Linux, just double click the .deb and follow the install instructions.
89
+
90
+
If you got the .jar, which also runs on Arch, Manjaro or VOID Linux, you also have to get Java 17.
91
+
The best way to install it is to go to https://jdk.java.net/17/ and read the install instructions there or go to Google and check how to install Java 17 or Openjdk 17 on your system.
92
+
93
+
There is also jdk-openjdk on Arch and Manjaro: pacman -S jdk-openjdk.
94
+
95
+
After the installation of Java 17, go to the file explorer, find the .jar and double click it. If that not work, open a Terminal window and execute:
96
+
97
+
1. cd Downloads
98
+
2. java -jar (" The file name of the .jar file ")
99
+
3. if Idaesbasic doesn't start, copy the text of the Terminal window of take a screenshot and report it at https://github.com/BenHerbst/idaesbasic/issues. You have to get a Github account.
100
+
101
+
_I would love it when anyone could help me creating a flatpak of this project!_
102
+
103
+
**Macos:**
104
+
There is currently **no** Macos version. You have to self compile it with Maven and Java 17 from https://github.com/BenHerbst/idaesbasic/tree/0.9.1.
105
+
106
+
I don't own a Macos device. Apple restricts you to own a Macos device to create a package for Macos.
107
+
108
+
Maybe someone with a Mac device could help me?
109
+
81
110
</br>
82
111
(2) Click on "Projects" -> "Add project" and select a folder
0 commit comments