Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] I recently got a Steam Deck. Is there a way to run AzerothCore on it (i.e., play WoW completely offl

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
05-03-2025, 12:03 PM
#1
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)?
rektbyfaith
05-03-2025, 12:03 PM #1

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)?

rektbyfaith
Administrator
0
05-03-2025, 12:04 PM
#2
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
rektbyfaith
05-03-2025, 12:04 PM #2

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

rektbyfaith
Administrator
0
05-03-2025, 12:26 PM
#3
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
rektbyfaith
05-03-2025, 12:26 PM #3

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

rektbyfaith
Administrator
0
05-03-2025, 12:28 PM
#4
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`.
rektbyfaith
05-03-2025, 12:28 PM #4

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`.

rektbyfaith
Administrator
0
05-03-2025, 12:28 PM
#5
Archived author: Tereneckla • Posted: 2025-05-03T12:28:55.243000+00:00
Original source

the guide is inofficial and very outdated
rektbyfaith
05-03-2025, 12:28 PM #5

Archived author: Tereneckla • Posted: 2025-05-03T12:28:55.243000+00:00
Original source

the guide is inofficial and very outdated

rektbyfaith
Administrator
0
05-03-2025, 12:29 PM
#6
Archived author: Nokhor • Posted: 2025-05-03T12:29:06.208000+00:00
Original source

ah oh
rektbyfaith
05-03-2025, 12:29 PM #6

Archived author: Nokhor • Posted: 2025-05-03T12:29:06.208000+00:00
Original source

ah oh

rektbyfaith
Administrator
0
05-03-2025, 12:31 PM
#7
Archived author: Tereneckla • Posted: 2025-05-03T12:31:55.451000+00:00
Original source

oh, also an actual archlinux azerothcore package (4 years outdated)
rektbyfaith
05-03-2025, 12:31 PM #7

Archived author: Tereneckla • Posted: 2025-05-03T12:31:55.451000+00:00
Original source

oh, also an actual archlinux azerothcore package (4 years outdated)

rektbyfaith
Administrator
0
05-03-2025, 12:32 PM
#8
Archived author: Nokhor • Posted: 2025-05-03T12:32:13.761000+00:00
Original source

rektbyfaith
05-03-2025, 12:32 PM #8

Archived author: Nokhor • Posted: 2025-05-03T12:32:13.761000+00:00
Original source

rektbyfaith
Administrator
0
05-03-2025, 12:34 PM
#9
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
rektbyfaith
05-03-2025, 12:34 PM #9

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

rektbyfaith
Administrator
0
05-03-2025, 12:35 PM
#10
Archived author: Tereneckla • Posted: 2025-05-03T12:35:03.274000+00:00
Original source

that was the package name in dnf
rektbyfaith
05-03-2025, 12:35 PM #10

Archived author: Tereneckla • Posted: 2025-05-03T12:35:03.274000+00:00
Original source

that was the package name in dnf

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)