Search Criteria
Package Details: mainsail-git r2110.1a7aca66-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mainsail-git.git (read-only, click to copy) |
---|---|
Package Base: | mainsail-git |
Description: | Klipper web frontend |
Upstream URL: | https://docs.mainsail.xyz/ |
Keywords: | 3d klipper printing |
Licenses: | GPL3 |
Conflicts: | mainsail |
Provides: | mainsail |
Submitter: | wlhlm |
Maintainer: | wlhlm |
Last Packager: | wlhlm |
Votes: | 3 |
Popularity: | 0.032826 |
First Submitted: | 2021-02-22 11:14 (UTC) |
Last Updated: | 2023-10-07 16:10 (UTC) |
Dependencies (4)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, angieAUR, nginx-quic-libresslAUR, nginx-mainline) (optional) – serve via HTTP
- ustreamerAUR (optional) – webcam streaming support
Latest Comments
nefortner commented on 2024-12-30 03:22 (UTC) (edited on 2024-12-30 03:23 (UTC) by nefortner)
It needs to have
zip
as a dependency.I tried installing it shortly after installing the OS so I didn't have
zip
installed, and it gave me the following error:dom_b commented on 2022-04-21 15:24 (UTC) (edited on 2022-04-22 08:06 (UTC) by dom_b)
When installing on armv7 I got
npm ERR! The Cypress App could not be installed. Your machine does not meet the operating system requirements.
Seems like this came with the change to vite. It works if I use the previous version of this repository (e2b1d2e3f724) and use the current
master
instead ofdevelop
when checking out mainsail (edit PKGBUILD file accordingly).