Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
209 stars 55 forks source link

Update README.md #280

Closed manorit2001 closed 8 months ago

manorit2001 commented 8 months ago

Add uglifyjs dependency, not sure if this should come by default but on ubuntu jammy I needed to install this separately while installing this package with sudo.

totaam commented 8 months ago

uglifyjs should not be strictly needed. The build may spit out lots of warnings but it should proceed without doing any minification.

I am still merging this because it shouldn't cause any problems either. (most distros should have the package in their repos too nowadays)

totaam commented 8 months ago

It only just occurred to me that this is on the front page and uses a Debian-only command (apt), so I am reverting this. Debian is the worst distribution to run xpra on.

There is already a commit which makes the minifier optional, so this is not needed at all.