liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Help building #216

Open edstjohn opened 8 years ago

edstjohn commented 8 years ago

Hey there,

I'm completely new to GitHub and source code etc, and wanted to download this browser.

Under the releases, it shows alpha v0.3, however I see lots of changes have been made after this release.

On windows, how would I go about building a .exe of all the new files?

Thanks,

Ed

pierremtb commented 8 years ago

Hey!

If you want to compile it yourself, you should do it on Linux or OS X, because it's much more easier.

But I can help if you want it on Windows anyway. First you need to install Qt on Windows (check qt.io). Then, since msvc is required to compile Qtwebengine, you also need Visual Studio. Finally, you can either install the Qt VS-Addin and open the project in VS, or use the command line. Tell me if you have questions :)

edstjohn commented 8 years ago

Do I want to download qt from https://www.qt.io/download/ or https://www.qt.io/download-open-source/ ?

The first link only allows me to have 30 days? Selecting the top options don't change anything.

Also, does Alpha v0.3 include all changes made or is compiling myself the only way?

timsueberkrueb commented 8 years ago

You will probably want to use the open-source version. To test the current development state you will have to build it yourself.