grumpycoders / grumpycoders/pcsx-redux
Linux/Debian from latest master
- Dominant language
- C++
- Stars
- 994
- Forks
- 151
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 18
Description
I think your method for compiling on Linux/Debian needs some updating.
Package `g++-mipsel-linux-gnu` does not exist in Debian Trixie. Therefor, `make` produces:
```
Package capstone was not found in the pkg-config search path.
Perhaps you should add the directory containing `capstone.pc'
to the PKG_CONFIG_PATH environment variable
Package 'capstone', required by 'virtual:world', not found
Package 'glfw3', required by 'virtual:world', not found
Package 'libuv', required by 'virtual:world', not found
Package capstone was not found in the pkg-config search path.
Perhaps you should add the directory containing `capstone.pc'
to the PKG_CONFIG_PATH environment variable
Package 'capstone', required by 'virtual:world', not found
Package 'glfw3', required by 'virtual:world', not found
Package 'libuv', required by 'virtual:world', not found
You need to clone this repository recursively, in order to get its submodules.
make: *** [Makefile:240: check_submodules] Error 1
```
Tried Docker but don't know what packages to install. Tried `docker-cli docker.io`, and `.dockermake.sh` produces:
```
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/images/create?fromImage=ghcr.io%2Fgrumpycoders%2Fpcsx-redux-build&tag=latest": dial unix /var/run/docker.sock: connect: permission denied
docker: unknown server OS: .
See 'docker run --help'.
```
I've never used Docker before.
Contributor guide
Assessment
This issue has not been assessed yet.