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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This repo builds Emacs as AppImages for x86-64 linux systems.
8
8
- Supports native-comp, native json, tree sitter
9
9
- Self-contained, no extra dependencies
10
10
- Automatically built on Github Actions
11
+
- Provides both latest release and daily master builds
11
12
12
13
## How-to
13
14
@@ -23,7 +24,9 @@ add `--emacs-appimage-run-as BINARY_NAME` as the first arguments, aka: `./Emacs.
23
24
## Prerequisite
24
25
25
26
- A not-too-old linux system (at least ~ ubuntu 18.04, which is the system it's built on)
26
-
- Fuse (Should be pre-installed in most distributions. see [here](https://docs.appimage.org/user-guide/troubleshooting/index.html#ref-ug-troubleshooting))
27
+
- FUSE 2.x, which should be pre-installed in most distributions.
28
+
- Recent distributions (e.g. ubuntu 22.04+) may have FUSE 3.x installed instead, you need to also install the 2.x version.
29
+
- For more help, see [here](https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-2-x-alongside-of-fuse-3-x-on-recent-ubuntu-22-04-debian-and-their-derivatives)
0 commit comments