mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 06:20:36 +08:00
Update Linux build instructions
This commit is contained in:
parent
92e9d0c6aa
commit
835a4edc13
@ -17,7 +17,7 @@ You need at least 8GB of RAM on your system. Linking on a 4GB RAM system will li
|
|||||||
|
|
||||||
GNU build tools, CMake, git and other libraries have to be installed on the build machine.
|
GNU build tools, CMake, git and other libraries have to be installed on the build machine.
|
||||||
Unless that's already the case, install them as usual from your distribution packages.
|
Unless that's already the case, install them as usual from your distribution packages.
|
||||||
E.g. on Ubuntu 20.10, run
|
E.g. on Ubuntu 24.04 / Debian 12, run
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
git \
|
git \
|
||||||
@ -27,8 +27,8 @@ cmake \
|
|||||||
libglu1-mesa-dev \
|
libglu1-mesa-dev \
|
||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
libwebkit2gtk-4.0-dev \
|
libwebkit2gtk-4.1-dev \
|
||||||
|
texinfo
|
||||||
```
|
```
|
||||||
The names of the packages may be different on different distros.
|
The names of the packages may be different on different distros.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user