Search Criteria
Package Details: tic-80-git r2883.3cf27c5e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tic-80-git.git (read-only, click to copy) |
---|---|
Package Base: | tic-80-git |
Description: | TIC-80 tiny computer emulator |
Upstream URL: | https://tic80.com/ |
Licenses: | MIT |
Provides: | tic-80 |
Submitter: | MaryJaneInChain |
Maintainer: | MaryJaneInChain |
Last Packager: | MaryJaneInChain |
Votes: | 17 |
Popularity: | 0.002153 |
First Submitted: | 2019-09-25 10:00 (UTC) |
Last Updated: | 2024-02-19 09:48 (UTC) |
Dependencies (8)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libglvnd (libglvnd-gitAUR)
- lua-sdl2 (lua-sdl2-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ruby-rake (ruby-rake-12AUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
Popolon commented on 2024-09-27 21:48 (UTC) (edited on 2024-11-11 09:16 (UTC) by Popolon)
Need to add the following ARGS to cmake now:
-DBUILD_SDL=true -DBUILD_PLAYER=true
to build player-sdl-DBUILD_TOOLS=ON
to build bin2txt, cart2prj and prj2cartso Change the cmaake file as this (I also build WASM but that's not mandatory, all other language that lua need to be set to ON now to be compiled):
Also need to replace
'lua-sdl2'
dependency by'lua53-sdl2'
to allow update to last versionNeed also to change the versioning to
dreieck commented on 2024-08-07 14:57 (UTC)
package()
fails due to missingbin/player-sdl
:Regards and thanks for maintaining!
dreieck commented on 2024-08-07 14:47 (UTC)
In the arch linux repositories,
lua-sdl2
gets replaced withlua53-sdl2
.simona commented on 2024-07-31 22:23 (UTC)
install: impossibile eseguire stat di 'bin/player-sdl': File o directory non esistente
dreieck commented on 2024-05-22 12:18 (UTC)
This installs binaries. So,
arch=('any')
must not be used.You must explicitly specify all the architectures that this software builds for and can run on (or a subset of them), e.g.
'x86_64' 'i686' 'aarch64'
and so on.Regards and thanks for the package!
dreieck commented on 2024-05-22 12:17 (UTC)
Updated
build()
andpackage()
functions that build all executables:dreieck commented on 2024-05-22 12:14 (UTC)
You need to install the license text into
/usr/share/licenses/${pkgname}/
:Regards!
dreieck commented on 2024-05-22 12:01 (UTC)
package()
fails for me withinstall: cannot stat 'bin/player-sdl': No such file or directory
:It seems that you need to set
-DBUILD_PLAYER=ON
. Also other binaries are affected!dreieck commented on 2024-05-22 11:58 (UTC)
This project uses gut submodules.
Can you please follow ↗ the Arch Linux guidelines on git submodules and download them in the
source
array and only reference them inprepare()
?Regards and thanks for the package!
1 2 3 4 5 Next › Last »