Search Criteria
Package Details: prusa-slicer-git 2.3.0.r10.g5b138cf04-1
Git Clone URL: | https://aur.archlinux.org/prusa-slicer-git.git (read-only, click to copy) |
---|---|
Package Base: | prusa-slicer-git |
Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
Upstream URL: | https://github.com/prusa3d/PrusaSlicer |
Licenses: | |
Conflicts: | |
Submitter: | Salamandar |
Maintainer: | Salamandar |
Last Packager: | Salamandar |
Votes: | 6 |
Popularity: | 0.086921 |
First Submitted: | 2019-07-08 08:14 |
Last Updated: | 2021-01-13 13:34 |
Dependencies (14)
- boost-libs (boost171, boost-libs-git)
- cgal (cgal-git, cgal-headers)
- curl (curl-git, curl-minimal-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- intel-tbb (intel-tbb-gcc6, tbb)
- nlopt
- openvdb
- wxgtk3 (wxgtk3-dev, wxgtk3-light)
- boost (boost-git) (make)
- cereal (make)
- cmake (cmake-git) (make)
- eigen (eigen-git, eigen32) (make)
- gtest (googletest-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Latest Comments
1 2 3 4 5 Next › Last »
Firebug24k commented on 2021-01-13 12:49
Compiles again for me as of 13 Jan
whoops commented on 2021-01-10 21:17
Segfaults during runtime too unless I start it with MESA_LOADER_DRIVER_OVERRIDE=i965 LC_ALL=C
Firebug24k commented on 2021-01-09 14:13
I can confirm I have the same issue, it has started failing to compile in the last 2-3 days, but the issue is over on PrusaSlicer's Github so it looks like it's not limited to an Arch issue.
https://github.com/prusa3d/PrusaSlicer/pull/5717
aaarne commented on 2021-01-07 16:12
Compiling on a freshly updated Arch gives this error:
It seems to be an issue with the newest GTK3 version.
Salamandar commented on 2020-12-09 20:26
Hi guys, sorry for the late answer. The package is now fixed, along with a fix for wx-config not being detected by CMake if wxgtk2 is not installed.
neo2001 commented on 2020-12-04 15:45
I'm getting this error when I try to build the package:
Any ideas?
Lucki commented on 2020-10-13 12:11
I get the following error when trying to build:
noradtux commented on 2020-09-23 16:29
I added this in build() after cd "${srcdir}/PrusaSlicer" to make it use the included qhull:
presidentwolf commented on 2020-09-19 13:03
Can't get it to build. It complains about issues linking to qhull - which is installed, but recently updated.
Update: Downgraded qhull to the previous version. Builds fine.
kevorr commented on 2020-09-16 20:25
I had to add this to get it to build:
I'm not entirely sure what this does but I found out about it in this AUR comment