damonlynch / rapid-photo-downloader

Rapid Photo Downloader is the leading photo and video downloader for the Linux desktop.
https://damonlynch.net/rapid
GNU General Public License v3.0
114 stars 30 forks source link

How to compile the source #126

Closed misaligar closed 7 months ago

misaligar commented 7 months ago

I searched the documentation but could not find it. How can I compile the source myself? My best guess is that I need to run setup.py file but not sure what parameters to use. Thank you.

misaligar commented 7 months ago

I don't know if I did the right thing, but I ran

python setup.py build
python setup.py install

and it seems to be working fine when I run from the command line.

I just need to create a desktop shortcut manually.

damonlynch commented 7 months ago

I'm glad you figured it out, but I hope you did not use sudo at the install step!

misaligar commented 7 months ago

I did not use sudo! :)

damonlynch commented 7 months ago

In future for python programs, you may wish to consult this: https://packaging.python.org/en/latest/discussions/setup-py-deprecated/