Bugfix: Fixes #202, Conflict for notepad with wine

This commit is contained in:
Rory Fewell
2023-07-04 17:10:43 +01:00
parent ab3d5eca30
commit cdb952e3cc
4 changed files with 25 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ The contents of this directory is as follows:
## TL;DR on Building
If you are new and simply want to compile everything, you should:
- Ensure you have the typical tools installed: `cmake`, `fakeroot`, `gcc`, `make`, `python3`
- Ensure you have the typical tools installed: `cmake`, `fakeroot`, `gcc`, `make`, `pkg-config`, `python3`
- Run `./chkdeps.sh -l` - this will inform you if you're missing any build-time dependencies
- This script should output the package names, so you can bung it straight into your package manager, eg. `apt install $(./chkdeps.sh -l | cut -d':' -f2 | tr '\n' ' ')`
- Run `./buildall.sh` - this should build the entire project by default under the `xpclient-pro` SKU, outputting in `./xptc`