[DiscordArchive] I recently got a Steam Deck. Is there a way to run AzerothCore on it (i.e., play WoW completely offl
[DiscordArchive] I recently got a Steam Deck. Is there a way to run AzerothCore on it (i.e., play WoW completely offl
Archived author: Nokhor • Posted: 2025-05-03T12:03:34.024000+00:00
Original source
I recently got a Steam Deck. Is there a way to run AzerothCore on it (i.e., play WoW completely offline)?
Archived author: Tereneckla • Posted: 2025-05-03T12:04:37.864000+00:00
Original source
yes, steamOS is archlinux at it's base
look up the corresponding dependency, install it, compile azerothcore
Archived author: Nokhor • Posted: 2025-05-03T12:26:33.443000+00:00
Original source
Thanks, I followed the guide on https://www.azerothcore.org/wiki/arch-linux and the `makepkg -si` command returns:
```(1)(deck@steamdeck azerothcore)$ makepkg -si
==> Making package: azerothcore 3.0-5 (Sat 03 May 2025 08:24:07 PM CST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for deck:
error: target not found: ace
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> cmake
-> clang
-> mariadb-libs
-> mariadb
-> ace
-> boost
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.```
how to resolve this?
[Embed: Arch Linux Install]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/arch-linux
Archived author: Nokhor • Posted: 2025-05-03T12:28:29.629000+00:00
Original source
I runned `sudo pacman -S cmake clang mariadb boost` without problem, but I dunno where to install `ace`.
Archived author: Tereneckla • Posted: 2025-05-03T12:28:55.243000+00:00
Original source
the guide is inofficial and very outdated
Archived author: Nokhor • Posted: 2025-05-03T12:29:06.208000+00:00
Original source
ah oh
Archived author: Tereneckla • Posted: 2025-05-03T12:31:55.451000+00:00
Original source
oh, also an actual archlinux azerothcore package (4 years outdated)
Archived author: Nokhor • Posted: 2025-05-03T12:32:13.761000+00:00
Original source
Archived author: Tereneckla • Posted: 2025-05-03T12:34:50.863000+00:00
Original source
on fedora I took the general linux guide <https://www.azerothcore.org/wiki/linux-requirements>
for the dependencies that weren't found in dnf I looked up their headers on their package site
for example with mysql: <https://packages.ubuntu.com/plucky/libmysqlclient-dev>
click list of files, find the file ending with .pc ->mysqlclient
Archived author: Tereneckla • Posted: 2025-05-03T12:35:03.274000+00:00
Original source
that was the package name in dnf