key-networks / ztncui

ZeroTier network controller UI
GNU General Public License v3.0
1.53k stars 228 forks source link

Building .deb packages #56

Closed garakangas closed 3 years ago

garakangas commented 3 years ago

Hi,

I'm trying to build .deb packages from the source code, I'm doing it mostly for learning it myself. I have encountered a bunch of problems, but I am curious, which OS are you using when you are building the .deb packages, and which builder are you using?

key-networks commented 3 years ago

Fedora and fpm.

garakangas commented 3 years ago

Okay, thank you, do you have any other special packages installed that you need to build the .deb packages?

key-networks commented 3 years ago

The build script https://github.com/key-networks/ztncui/blob/master/build/build.sh should show the dependencies.

garakangas commented 3 years ago

Okay, thank you for the answers, I will try and see if I have any success.