Update README.md

Updated readme for fix-nowine.
This commit is contained in:
Joseph 2023-12-17 18:40:19 -05:00 committed by GitHub
parent 9a63226110
commit ab316ae2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,8 +163,13 @@ make clean
# Build (default build with english audio) # Build (default build with english audio)
make make
# In case you have any trouble with ROM running on hardware try # In case you have any trouble with the ROM running on hardware try padding the ROM.
# wine install required to run properly
make fix-nowine
# You can also try the old way of paddinng the ROM
# wine install required to run properly, you don't need both.
sudo apt install wine sudo apt install wine
make fix make fix
``` ```
@ -215,10 +220,20 @@ portal/portal_sound_vo_spanish_dir.vpk
## Build with Docker ## Build with Docker
Using the docker image the only setup step you need is to populating the vpk folder - you need to COPY all needed *.vpk files, a symlink does not work for Docker builds! Clone the Portal64 repo or download the zip.
```sh
sudo apt install git
git clone https://github.com/lambertjamesd/portal64.git
cd portal64
```
You need to populate the vpk folder - you need to COPY all needed *.vpk files, a symlink does not work for Docker builds!
After that you can build the docker image using After that you can build the docker image using
Build the Docker image. Build the Docker image.
```sh ```sh