Search Criteria
Package Details: golly 4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/golly.git (read-only, click to copy) |
---|---|
Package Base: | golly |
Description: | A simulator for Conway's Game of Life and other cellular automata |
Upstream URL: | http://golly.sourceforge.net/ |
Keywords: | automata cell cellular conway game life simulator |
Licenses: | GPL |
Submitter: | None |
Maintainer: | Jake |
Last Packager: | Jake |
Votes: | 111 |
Popularity: | 0.89 |
First Submitted: | 2008-07-25 09:19 (UTC) |
Last Updated: | 2024-06-30 01:14 (UTC) |
Dependencies (5)
- glu (glu-gitAUR)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- python-setuptools (make)
- python3 (python) (optional) – for Python scripting support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
dimich commented on 2022-07-14 20:43 (UTC)
wxgtk2 is no longer available in AUR but Golly is being built and works smoothly with wxwidgets-gtk3.
Jake commented on 2022-01-22 14:31 (UTC)
@dithpri: Thanks for the info, I added sdl2 now.
dithpri commented on 2022-01-18 07:59 (UTC)
Build fails due to missing SDL2 dependecy
FMB commented on 2021-01-16 20:11 (UTC)
Thanks maksverver!
Jake commented on 2021-01-16 20:02 (UTC)
@maksverver: Thanks for the info, it is fixed now.
maksverver commented on 2021-01-16 19:47 (UTC)
The missing wxgtk dependency is caused by this change: https://github.com/archlinux/svntogit-packages/commit/71ee17d529f8e0dc5c44d2fffb0dfa69b71daa0b
Replace
wxgtk
withwxgtk2
in the PKGBUILD file to fix it.FMB commented on 2021-01-14 18:22 (UTC)
I get this error: target not found: wxgtk.
maksverver commented on 2020-11-07 20:19 (UTC)
Golly 4.0 is out! The autoconf scripts have been removed from this release, so it's necessary to build with the makefile-gtk script instead. Here's an updated PKGBUILD:
https://gist.githubusercontent.com/maksverver/c0188885daafef9a2658d2305c9fe456/raw/414ca304ed69fedcc3c5af50d41409bd02ecb121/PKGBUILD
The hackiest part is specifying the location of libperl.so. We could remove that (Golly will prompt the user for the location if libperl.so is not found) or disable perl support entirely, since it's deprecated upstream.
kylesferrazza commented on 2017-08-31 11:31 (UTC)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »