Skip to content

EZWebGallery is a web photo gallery generator. Output websites are responsive and optimized for both Desktop and Mobile viewers. More info at http://www.ezwebgallery.org

License

Notifications You must be signed in to change notification settings

Pixinn/ezwebgallery

Repository files navigation

Read the following for a better understanding on how to generate a release of EZWebGallery.

UBUNTU or DEBIAN:

install the required packages:

    sudo apt-get install libmagick++-6-headers libmagick++-6.q16-dev qtbase5-dev libqt5opengl5-dev libqt5webkit5-dev 

build the sources then install ezwebgallery:

    sudo qmake && make install

AFTERWARDS, you can build a functional DEBUG ezwebgallery.

WINDOWS:

Python3 and Java are required! QTDIR and MAGICK_HOME environment variable set to Qt and ImageMagick directories. You may have to build ImageMagick from sources.
The latets release links against ImageMagick-6.9.2-5 and Qt-5.9.9

  1. Build a release target using the Visual Studio project located in src.
  2. Run prepare_release.bat from the "script" subfolder.
    A proper build of EZWebGallery will be generated in ../distribution/windows
  3. Optionnaly you can build a full installer, based on NSIS, with deployment/windows/Setup_EZWebGallery.nsi

IMPORTANT NOTE

In order to run EZWebGallery, the directories "data" and "skins" have to be placed alongside the binary. Thus, if you want to debug a binary, YOU HAVE TO manually copy them into the debug directory.

About

EZWebGallery is a web photo gallery generator. Output websites are responsive and optimized for both Desktop and Mobile viewers. More info at http://www.ezwebgallery.org

Resources

License

Stars

Watchers

Forks

Packages

No packages published