Skip to content

Files

Latest commit

4b4bf9c · Jan 21, 2021

History

History
10 lines (10 loc) · 323 Bytes

install_texmaker.md

File metadata and controls

10 lines (10 loc) · 323 Bytes

for rhel7/centos7

  • qt5 is installed at /usr/lib64/qt5
    • If not, yum install qt5
    • To check the version of qt5, run qmake-qt5 --version
  • export QTDIR=/usr/lib64/qt5/bin
  • tar -xf texmaker-5.0.3.tar.bz2
  • bash ./BUILD.sh
  • Enter install location and other info as required
  • enter yes when install is asked
  • Done