From 17b5fab08d78f22e1986df850f6331d0dcf8924c Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sun, 11 Jan 2015 10:59:10 +0100 Subject: [PATCH] separate script for installing ReText editor --- install_retext.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 install_retext.sh diff --git a/install_retext.sh b/install_retext.sh new file mode 100755 index 00000000..532aa067 --- /dev/null +++ b/install_retext.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +#ReText +aria2c http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz -d /tmp +tar -C /tmp -xf /tmp/sip-4.16.2.tar.gz +cd /tmp/sip-4.16.2 +python3 configure.py +make +sudo make install +aria2c http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.3.1/PyQt-gpl-5.3.1.tar.gz -d /tmp +tar -C /tmp -xf /tmp/PyQt-gpl-5.3.1.tar.gz +cd /tmp/PyQt-gpl-5.3.1 +python3 configure.py --qmake /usr/bin/qmake-qt5 +make -j8 +sudo make install + +sudo pip-python3 install retext