File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,19 @@ Pre-built binaries are available for a limited set of platforms.
27
27
| Platform | String |
28
28
| ----------| ----------|
29
29
| macOS | ` macOS-ARM64 ` |
30
- | Linux | ` Linux-X64 ` |
30
+ | Ubuntu | ` Ubuntu-22.04-ARM64 ` |
31
+ | Ubuntu | ` Ubuntu-22.04-X64 ` |
32
+ | Ubuntu | ` Ubuntu-24.04-ARM64 ` |
33
+ | Ubuntu | ` Ubuntu-24.04-X64 ` |
31
34
32
35
33
36
You can download and install the binary under ` /usr/local/bin ` like this:
34
37
35
38
@Code (file: unidoc-install.sh, title: unidoc-install.sh)
36
39
40
+ > Important:
41
+ > On Linux, the prebuilt binaries use [ jemalloc] ( https://jemalloc.net/ ) instead of the default
42
+ > system allocator. You can install it on Ubuntu with ` sudo apt install libjemalloc2 ` .
37
43
38
44
### Building Unidoc from source
39
45
You can’t perform that action at this time.
0 commit comments