torum / Image-viewer

A cross-platform, simple and minimum, yet configurable photo viewer/slideshow/digital signage app for Windows, Linux, and Mac.
https://torum.github.io/Image-viewer/
MIT License
92 stars 11 forks source link

Instructions for building on Linux? #14

Closed jcoddaire closed 1 week ago

jcoddaire commented 3 years ago

Hi,

Would it be possible to provide instructions for building this on a Linux (Ubuntu, Debian) machine from source? Or a build script?

torum commented 3 years ago

Hi! Thank you for the suggestion.

You can download Lazarus IDE and FPC(compiler) from here. https://www.lazarus-ide.org/index.php?page=downloads

Once you downloaded and installed the IDE, just open the project file "ImageViewer.lpr". When the project is opened, just hit F9 and run.

That's it!