<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compiling</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>Recent changes to Compiling</description><atom:link href="https://sourceforge.net/p/texstudio/wiki/Compiling/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 04 Nov 2020 10:52:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/texstudio/wiki/Compiling/feed" rel="self" type="application/rss+xml"/><item><title>Compiling modified by Johannes Kalliauer</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -66,7 +66,7 @@
 -   Or you can open texstudio.pro in Qt Creator and build it there
 -   Or you can use a compile tool of your distribution, if it provides one

-### Ubuntu
+### Ubuntu 12.04

 The following was reported to download and compile the TXS 2.6.6 Version under Ubuntu 12.04 (when newer versions of TXS are released this will probably also work when exchanging the version numbers below with the most recent ones):

@@ -96,6 +96,17 @@

 If during the link phase you get an error about an unresolved name for a libtiff function, you may try to run "conda uninstall libtiff".

+### Fedora 33
+
+Download https://github.com/texstudio-org/texstudio/archive/3.0.1.tar.gz and extract it, go into this folder and run
+~~~
+sudo dnf install /usr/bin/qmake-qt5
+sudo dnf install qt5-qtbase-devel poppler-qt5-devel
+sudo dnf install qt5-qtsvg-devel qt5-qttools-devel qt5-qttools-static
+sudo dnf install qt5*-devel
+sudo sh BUILD.sh 
+.\texstudio
+~~~

 Mac
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes Kalliauer</dc:creator><pubDate>Wed, 04 Nov 2020 10:52:30 -0000</pubDate><guid>https://sourceforge.net1a1b450001f357d5ca7b54c32ac9a071130283fc</guid></item><item><title>Compiling modified by Mancuso Raffaele</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -79,13 +79,19 @@

 ### Ubuntu 17.10

-These are the instructions to build TexStudio in Ubunto 17.10 (Artful Aardvark) with QT5, with Poppler and Phonon support.
+These are the instructions to build TexStudio in Ubuntu 17.10 (Artful Aardvark) with QT5, and with Poppler and Phonon support.
 First, download the source code. Then, open a terminal in the folder that contains the source code and type:

 ~~~
 sudo apt-get install build-essential debhelper devscripts qt5-qmake libpoppler-qt5-dev libphonon4qt5-dev libtiff5-dev libqt5quickwidgets5 qt5-default libqt5svg5-dev qttools5-dev qtscript5-dev
 /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
 make
+sudo make install
+~~~
+
+Then run TexStudio by typing in the terminal:
+~~~
+texstudio
 ~~~

 If during the link phase you get an error about an unresolved name for a libtiff function, you may try to run "conda uninstall libtiff".
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mancuso Raffaele</dc:creator><pubDate>Mon, 22 Jan 2018 10:08:08 -0000</pubDate><guid>https://sourceforge.net6cb6e37faabc86fbf9957990bf97326b2bcc4776</guid></item><item><title>Compiling modified by Mancuso Raffaele</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -88,9 +88,8 @@
 make
 ~~~

-#May need to run "conda uninstall libtiff"
+If during the link phase you get an error about an unresolved name for a libtiff function, you may try to run "conda uninstall libtiff".

-/usr/lib/x86_64-linux-gnu/qt5/bin/qmake

 Mac
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mancuso Raffaele</dc:creator><pubDate>Mon, 22 Jan 2018 10:05:39 -0000</pubDate><guid>https://sourceforge.netb1df04206d4093c1cbbf329c263662e9513f400d</guid></item><item><title>Compiling modified by Mancuso Raffaele</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -76,6 +76,21 @@
     tar -xf texstudio-2.6.6.tar.gz
     cd texstudio*
     debuild
+    
+### Ubuntu 17.10
+
+These are the instructions to build TexStudio in Ubunto 17.10 (Artful Aardvark) with QT5, with Poppler and Phonon support.
+First, download the source code. Then, open a terminal in the folder that contains the source code and type:
+
+~~~
+sudo apt-get install build-essential debhelper devscripts qt5-qmake libpoppler-qt5-dev libphonon4qt5-dev libtiff5-dev libqt5quickwidgets5 qt5-default libqt5svg5-dev qttools5-dev qtscript5-dev
+/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
+make
+~~~
+
+#May need to run "conda uninstall libtiff"
+
+/usr/lib/x86_64-linux-gnu/qt5/bin/qmake

 Mac
 ---
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mancuso Raffaele</dc:creator><pubDate>Mon, 22 Jan 2018 10:04:13 -0000</pubDate><guid>https://sourceforge.netdec641b4eb2c1da18b718c908258b231aa8b14d8</guid></item><item><title>Compiling modified by Tim Hoffmann</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -2,7 +2,7 @@

 [TOC]

-General dependancies
+General dependencies
 --------------------

 You need the following libraries to compile TeXstudio:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Hoffmann</dc:creator><pubDate>Thu, 26 Jun 2014 20:58:58 -0000</pubDate><guid>https://sourceforge.nete37174fa0bc14059c473c9819aa7226593be4d91</guid></item><item><title>Compiling modified by Benito van der Zander</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,6 @@
 This page contains some information on how to compile TeXstudio on different platforms.
+
+[TOC]

 General dependancies
 --------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benito van der Zander</dc:creator><pubDate>Thu, 26 Jun 2014 10:25:58 -0000</pubDate><guid>https://sourceforge.net4ccda33028021ce8c4b91f51c04a3f93a4a26edf</guid></item><item><title>Compiling modified by Benito van der Zander</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -144,14 +144,14 @@

 9. In terminal set the directory to:

-    cd (path to trunk, after being decompressed of course) 
+         cd (path to trunk, after being decompressed of course) 

 10. In terminal run:

-    sudo sh build.sh
+         sudo sh build.sh

-hit return four times to answer questions to default.
+    hit return four times to answer questions to default.

 11. Optional (if you want a DMG file to use on other computers running OSX 10.8)

-    sudo macdeployqt texstudio.app -dmg
+         sudo macdeployqt texstudio.app -dmg
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benito van der Zander</dc:creator><pubDate>Wed, 25 Jun 2014 22:48:37 -0000</pubDate><guid>https://sourceforge.netfb80c56aba5e0cfcd4718ece1944f95a0c023235</guid></item><item><title>Compiling modified by Benito van der Zander</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -142,19 +142,16 @@

               x86_64

-9.
-In terminal set the directory to:
+9. In terminal set the directory to:

     cd (path to trunk, after being decompressed of course) 

-10.
-In terminal run:
+10. In terminal run:

     sudo sh build.sh

 hit return four times to answer questions to default.

-11.
-Optional (if you want a DMG file to use on other computers running OSX 10.8)
+11. Optional (if you want a DMG file to use on other computers running OSX 10.8)

     sudo macdeployqt texstudio.app -dmg
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benito van der Zander</dc:creator><pubDate>Wed, 25 Jun 2014 22:47:57 -0000</pubDate><guid>https://sourceforge.net7eacee4dc8cc87a7eea319a3379a996a7b18e5d5</guid></item><item><title>Compiling modified by Benito van der Zander</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -115,7 +115,7 @@

         (any directory needing this operation)

-        `        (keep correcting until brew doctor gives you this message: Your system is raring to brew. )`
+                (keep correcting until brew doctor gives you this message: Your system is raring to brew. )

     5.  run in terminal:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benito van der Zander</dc:creator><pubDate>Wed, 25 Jun 2014 22:47:18 -0000</pubDate><guid>https://sourceforge.nete9d1d502e47f070508dda6859718569412dbe397</guid></item><item><title>Compiling modified by Benito van der Zander</title><link>https://sourceforge.net/p/texstudio/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -102,12 +102,15 @@
 4.  Obtain home-brew by:
     1.  Open terminal located in /Applications/Utilities/ and
     2.  Obtain homebrew by running in terminal (copied from ):
+
             ruby &lt;(curl -fsSk https://raw.github.com/mxcl/homebrew/go)

     3.  configure homebrew by running in terminal:
+
             brew doctor

     4.  correct anything recommended by brew doctor such as:
+
              sudo chown -R  username 

         (any directory needing this operation)
@@ -115,46 +118,43 @@
         `        (keep correcting until brew doctor gives you this message: Your system is raring to brew. )`

     5.  run in terminal:
+
             brew update 

-    6.  and brew upgrade if need be.
+    6.  and `brew upgrade` if need be.

 5.  In terminal run (copied from ):
+
         brew install wget
         cd /usr/local
         find Cellar
         ls -l bin 

 6.  This takes a while in terminal:
+
         brew install -v poppler --with-qt4 --enable-xpdf-headers 

-7.  Obtain SVN source code from 
+7.  Obtain SVN source code from http://texstudio.svn.sourceforge.net/viewvc/texstudio/trunk/
      click the "Download GNU tarball" on the bottom of the page
 8.  As of this time SVN 3128 the following should be done in Qt Creator: (On OSX 10.8 starting Qt Creator requires going to system preferences, security and privacy, unlock (lover left hand corner): Allow applications downloaded from anywhere to open: Qt Creator)

--   In texstudio.pro change the line 251 (after CONFIG += link\_prl \\ ) to:
-        x86_64
+    -   In texstudio.pro change the line 251 (after CONFIG += link\_prl \\ ) to:

-
-&lt;li&gt;
+              x86_64
+
+9.
 In terminal set the directory to:

     cd (path to trunk, after being decompressed of course) 

-&lt;/li&gt;
-&lt;li&gt;
+10.
 In terminal run:

     sudo sh build.sh

 hit return four times to answer questions to default.

-&lt;/li&gt;
-&lt;li&gt;
+11.
 Optional (if you want a DMG file to use on other computers running OSX 10.8)

     sudo macdeployqt texstudio.app -dmg
-
-&lt;/li&gt;
-
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benito van der Zander</dc:creator><pubDate>Wed, 25 Jun 2014 22:46:36 -0000</pubDate><guid>https://sourceforge.net512879e3d1af9a160b4a07686101f8afb34c2823</guid></item></channel></rss>