readme: add build dependencies

These _should_ be all you need, but I haven't tested
This commit is contained in:
20PercentRendered
2022-12-17 21:12:16 +02:00
committed by GitHub
parent b5d25f0e9a
commit 7d82647169

View File

@@ -17,6 +17,12 @@ This should work for any linux native steam title that doesn't block LD_PRELOAD.
4. If you have your own cream_api.ini, copy the DLC lines to Creamlinux's cream_api.ini in the game directory. 4. If you have your own cream_api.ini, copy the DLC lines to Creamlinux's cream_api.ini in the game directory.
5. Launch your game and have fun! 5. Launch your game and have fun!
## Build Dependencies
### On Ubuntu
`gcc-multilib` `g++-multilib` `cmake` `git`
### On Arch:
`base-devel` `multilib-devel` `cmake` `git`
## Building from source ## Building from source
1. Clone the project recursively: 1. Clone the project recursively:
``` ```