-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Prawy edited this page Jul 8, 2025
·
13 revisions
$ sudo dpkg --add-architecture i386 && sudo apt update -y
$ sudo apt install build-essential g++-multilib libc6-dev-i386
sudo apt-get install libsqlite3-dev:i386 libcurl4-openssl-dev:i386 libssl-dev:i386
- cd iw1x-server
- mkdir build
- cd build
- cmake ..
- make
cmake -DDEBUG_BUILD=ON ..
cmake -DENABLE_UNSAFE=ON ..
cmake -DCOMPILE_SSL=ON ..
cmake -DCOMPILE_CURL=ON ..
cmake -DCOMPILE_SQLITE=ON ..
If you encounter this problem ./cod_lnxded: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./iw1x.so)
do this:
- sudo apt update
- sudo apt upgrade libc6
To make it work add following cvar in server configuration: sv_downloadForce 1