The DnD Sanctuary

Pings => Otter Browser Forum => Topic started by: kily on 2016-02-24, 15:07:16

Title: [Windows] How to build Otter
Post by: kily on 2016-02-24, 15:07:16
Hi all

As in the title, can someone explain me (but not only me, this will become an useful guide for all users), step by step, how to compile Otter?

Thanks in advance
Title: Re: [Windows] How to build Otter
Post by: Emdek on 2016-02-24, 21:37:14
@kily, the minimum that you need is Qt SDK which you can get here:
http://www.qt.io/download-open-source/

You will need to install components for Qt 5.5, if you don't want to install Visual Studio (recommended, Community version is good enough) then you will need to select version for MinGW and select one of the compilers too.
You will also need to select some more modules like Script and Location.

After that it should be matter of opening otter.pro in QtCreator and using Run action (Ctrl+R).

To get SSL support you will need to place OpenSSL libraries in folder containing otter-browser.exe (you can extract them from existing packages).

More advanced variant is to install CMake and open CMakeLists.txt in QtCreator instead.
Title: Re: [Windows] How to build Otter
Post by: kily on 2016-02-26, 10:12:18
there're lot of Visual studio versions of QT ... what I've to chose?

(https://dndsanctuary.eu/imagecache.php?image=http%3A%2F%2Fi.imgur.com%2FE085RIw.jpg&hash=5f361dc71e30d40d531e458904bf5d3b" rel="cached" data-hash="5f361dc71e30d40d531e458904bf5d3b" data-warn="External image, click here to view original" data-url="http://i.imgur.com/E085RIw.jpg)


thanks
Title: Re: [Windows] How to build Otter
Post by: Emdek on 2016-03-21, 11:03:21
@kily, sorry for delay...
If it is still relevant, it should be of course the one that matches your Visual Studio version (I recommend 2013).