texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.83k stars 345 forks source link

Add compile instruction for Arch Linux #3811

Closed user202729 closed 1 month ago

user202729 commented 1 month ago

Currently the wiki has build instruction for Ubuntu. I think we can add one for Arch Linux.

Maybe something like the following

One way is to install it from the AUR repository: https://aur.archlinux.org/packages/texstudio-git

Another way is to install the dependencies (including build dependencies marked with (make)):

sudo pacman -Syu --needed desktop-file-utils hicolor-icon-theme hunspell libxkbcommon-x11 poppler-qt6 qt6-5compat qt6-declarative qt6-svg quazip-qt6 cmake imagemagick librsvg mercurial ninja qt6-tools

then obtain the source and build as above.

The list of dependencies are directly copied from the official package.

sunderme commented 1 month ago

not sure about: hicolor-icon-themeimagemagick librsvg mercurial

sunderme commented 1 month ago

apparently this is not really important. no feedback.