Skip to content

Commit 730f717

Browse files
authored
Update README.md
1 parent 6c18ea8 commit 730f717

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ _At the moment, todolist, calendar and kanban are implemented, more are coming s
6868
_How do I do that?_
6969

7070
**For Windows:**
71+
7172
Download the .exe file at https://github.com/BenHerbst/idaesbasic/releases/tag/0.9.1.
7273

7374
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
7879

7980
There you just have to follow the steps and Idaesbasic is ready to use!
8081

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+
81110
</br>
82111
(2) Click on "Projects" -> "Add project" and select a folder
83112
</br>

0 commit comments

Comments
 (0)