Update README.md

This commit is contained in:
hackgrid 2023-10-07 22:31:51 +02:00 committed by GitHub
parent ea39e18ca1
commit fe96c4442e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ Finally, run `make` to build the project.
# Clean out any previous build files
make clean
# Build
# Build (default english audio build)
make
# In case you have any trouble with ROM running on hardware try
@ -117,8 +117,20 @@ sudo apt install wine
make fix
```
<br />
You can also build with different audio languages, like this:
```
make german_audio
```
This requires additional *.vpk files:
- German:
```
portal/portal_sound_vo_german_000.vpk
portal/portal_sound_vo_german_dir.vpk
```
<br/>
## Build with Docker