Replies: 1 comment 2 replies
|
Hi @alicuza - I'm running Debian testing (future Debian 14), with dependencies installed from https://github.com/nesbox/TIC-80?tab=readme-ov-file#ubuntu-2404-noble-numbat (at least those). I build like this in a Makefile in a separate location, but you should be able to adapt that to your own scripts. Not sure how many of those flags are needed, but this is what I do. build: src
cd ${SOURCE_DIR}/build && cmake \
-DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On \
-DBUILD_STATIC=On \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
..
cd ${SOURCE_DIR}/build && cmake --build . --parallelMaybe check your build options, and your build dependencies? In my experience, features can be missing if you don't have the right dependency packages installed; for example, pipewire/pulseaudio output via SDL needs the right dev packages to be installed first. Not sure what it uses for the cross-compilation stuff. You might have to closely read through the build output to figure out if anything's missing 😢 |
Uh oh!
There was an error while loading. Please reload this page.
I tried exporting to html, win, linux, doesn't work, i always get "file downloading error". It seems to work with the binary release. What am I missing?
All reactions