Search Criteria
Package Details: instead 3.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/instead.git (read-only, click to copy) |
---|---|
Package Base: | instead |
Description: | a quest interpreter |
Upstream URL: | https://github.com/instead-hub/instead |
Keywords: | fiction interactive quest |
Licenses: | MIT |
Submitter: | Barthalion |
Maintainer: | btimofeev (gl00my) |
Last Packager: | btimofeev |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-06 20:56 (UTC) |
Last Updated: | 2023-09-07 19:44 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- cmake (cmake-gitAUR) (make)
- instead-launcher (optional) – install and update INSTEAD games from net,insteadman: Manager for INSTEAD interpreter.
Latest Comments
gl00my commented on 2020-04-19 14:49 (UTC)
It can be build with gtk3, just add -DWITH_GTK3 to cmake
gl00my commented on 2018-09-01 07:53 (UTC)
3.2.2 is out.
https://instead-hub.github.io/post/2018-09-01-instead-3-2-2/ Now, the package can be build with LuaJIT (cmake -DWITH_LUAJIT=1);
btimofeev commented on 2018-06-07 06:39 (UTC)
Please change "arch=('x86_64')" to "arch=('i686' 'x86_64')" in PKGBUILD.
KokPok commented on 2018-04-29 14:33 (UTC) (edited on 2018-04-29 14:34 (UTC) by KokPok)
Having same problem as @dark-saber on one of my computers. Building it on Manjaro, but I think it's not essential.
I see in package dependencies lua (which is by now 5.3), on newly installed system it might work, but if lua51 is installed in system to, Instead's cmake scripts including it instead of 5.3, and somewhere in Rules.make.standalone file, at linking, error occurs. To override this error I modified pkgbuild script and added before cmake string the following:
export LUA_DIR=/usr/include/lua5.1
Compilled successefuly, games are running, everything is working. I don't know, is there any difference in using lua 5.1 or 5.3, but, maybe you could add this line to pkgbuild and change dependency to lua51 for everyone?
Oh, and change optional dependency to insteadman. instead-launcher is so outdated.
pio commented on 2018-04-19 21:46 (UTC) (edited on 2018-04-19 21:47 (UTC) by pio)
https://github.com/instead-hub/instead/blob/master/INSTALL says:
Warning, in some systems (like Arch linux) you need to define LUA dir, to help cmake. For example (Arch linux): $ LUA_DIR=/usr/include/lua5.1/ cmake ..
And it works for me. However I couldn't make it build with lua5.3.
dluciv commented on 2018-03-06 14:16 (UTC)
@dark-saber yes I have the same problem with it
dark-saber commented on 2018-02-17 13:31 (UTC)
Package build breaks if you have extra/lua51 installed in addition to extra/lua. lua52 doesn't cause any problems.