Closed user202729 closed 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.
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)):
(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.
not sure about: hicolor-icon-themeimagemagick librsvg mercurial
hicolor-icon-themeimagemagick librsvg mercurial
apparently this is not really important. no feedback.
Currently the wiki has build instruction for Ubuntu. I think we can add one for Arch Linux.
Maybe something like the following
The list of dependencies are directly copied from the official package.