Skip to content

Commit

Permalink
Merge pull request #416 from kristiandz/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
proxict authored Sep 19, 2023
2 parents fd98cd2 + fe1b1b8 commit 7763f76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ To compile CoD4x from source, you need to install the following prerequisites:
- gcc
- make

RHEL/CentOS/Rocky Linux 32-bit:
```
sudo yum install -y glibc-devel glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 nasm
```

Debian/Ubuntu 32-bit:
```
sudo apt install nasm make git
Expand Down

0 comments on commit 7763f76

Please sign in to comment.