dan-online / autopulse

💫 automated scanning tool that bridges media organizers such as Sonarr and Radarr with media servers such as Plex and Jellyfin
https://autopulse.dancodes.online
MIT License
123 stars 4 forks source link

feat: build and release binaries w/ releases #30

Closed soccerboys2008 closed 1 month ago

soccerboys2008 commented 1 month ago

Description

i would like to be able to set up a binary that i can add to my startup processes, without starting all my docker containers if i don't have to (there's quite a bit)

even if i have to build it from source

Platform: linux (PopOS)

Additional Information

No response

mvanbaak commented 1 month ago

See #28 and #29 I have autopulse built and running on FreeBSD, but some things are still lacking before I can run it next to autoscan to test if it can replace it

dan-online commented 1 month ago

I've changed this to releasing binaries as #28 is about documenting how to build it

dan-online commented 1 month ago

Releases are now available!

mvanbaak commented 1 month ago

\o/ Thanks a lot!

dan-online commented 1 month ago

I also think FreeBSD may be possible to release as a binary, although I'll need to figure it out on CD cause I can't bundle the database libraries like the others

mvanbaak commented 1 month ago

I also think FreeBSD may be possible to release as a binary, although I'll need to figure it out on CD cause I can't bundle the database libraries like the others

Now that you managed the releases, dont worry about it. I have a Makefile to build the program from source on FreeBSD. I figured out the dependencies using trail/error so it might be that I missed a lib but building works now.