This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
fedora_compilation_howto [2017/03/11 18:22] 127.0.0.1 external edit |
fedora_compilation_howto [2017/08/05 10:36] maefloresta |
||
---|---|---|---|
Line 3: | Line 3: | ||
;#; | ;#; | ||
- | =====How to compile Tupi source code (Fedora 22)===== | + | =====How to compile TupiTube Desk source code (Fedora 22)===== |
1. Install Fedora packages | 1. Install Fedora packages | ||
Line 26: | Line 26: | ||
* sudo make install | * sudo make install | ||
- | 3. Install Qt5 | + | 3. Install Qt5 (version > 5.4) |
* Download the Qt installer from http://www.qt.io/download-open-source/ | * Download the Qt installer from http://www.qt.io/download-open-source/ | ||
Line 44: | Line 44: | ||
- Download the latest version of Quazip from http://sourceforge.net/projects/quazip/ | - Download the latest version of Quazip from http://sourceforge.net/projects/quazip/ | ||
- | * tar xvfz quazip-0.7.1.tar.gz | + | * tar xvfz quazip-0.7.3.tar.gz |
- | * cd quazip-0.7.1 | + | * cd quazip-0.7.3 |
* qmake "PREFIX=/usr/local" "LIBS+=-lz" | * qmake "PREFIX=/usr/local" "LIBS+=-lz" | ||
* make | * make | ||
* sudo make install | * sudo make install | ||
- | 5. Compile & Install Tupi | + | 5. Compile & Install TupiTube |
- | * git clone https://github.com/xtingray/tupi.git -b devel | + | * git clone https://github.com/xtingray/tupitube.desk.git -b devel |
* cd tupi | * cd tupi | ||
- | * ./configure --prefix=/usr/local/tupi --with-libav=/usr --with-quazip=/usr/local | + | * ./configure --prefix=/usr/local/tupitube.desk --with-libav=/usr --with-quazip=/usr/local |
* make | * make | ||
* sudo make install | * sudo make install | ||
- | 6. If everything goes well, run Tupi! | + | 6. If everything goes well, run TupiTube Desk! |
- | * /usr/local/tupi/bin/tupi & | + | * /usr/local/tupitube.desk/bin/tupitube.desk & |
;#; | ;#; | ||
[[developer_resources|Back to Developers Page]] | [[developer_resources|Back to Developers Page]] | ||
;#; | ;#; |