mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
[build] Added configuration to allow building in container
This commit is contained in:
parent
00086c2ad9
commit
95f5321833
4 changed files with 62 additions and 0 deletions
|
|
@ -88,6 +88,12 @@ sudo pacman -S sdl2 glew glm openssl cmake base-devel \
|
|||
stormlib # for asset_extract
|
||||
```
|
||||
|
||||
### Container build
|
||||
You can use podman to build application in separate container.
|
||||
- Install podman
|
||||
- Then run `container/build-in-container.sh`
|
||||
- Artifacts can be found in `/tmp/wowee.[random value].[commit hash]`
|
||||
|
||||
### Game Data
|
||||
|
||||
This project requires WoW client data that you extract from your own legally obtained install.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue