openplotter / openplotter-settings

Main OpenPlotter app
GNU General Public License v3.0
77 stars 13 forks source link

Improve Install procedure #20

Closed FredericGuilbault closed 1 year ago

FredericGuilbault commented 1 year ago

By using apt-get instead of dpkg, dependency will be automatically be resolved and installed.

Also, wildcards in filenames are supported. (I have chosen to not propose the use of wildcards in filenames for developer install section, as there might be multiple versions of the package in the folder. )

sailoog commented 1 year ago

I would like to make dependencies explicit on the README.

I also thought that but currently dpkg installs dependencies too.

wildcards are dangerous, users installing for production could also have multiple files in the same folder.

FredericGuilbault commented 1 year ago

I also thought that but currently dpkg installs dependencies too.

No, it does not. That's not dpkg's role.