Jump to content

Compiling the Zandronum server on a Raspberry Pi: Difference between revisions

changed a few stuff regarding the changed os name and the fixes
m (updating the new image)
(changed a few stuff regarding the changed os name and the fixes)
Line 16: Line 16:
== Install Dependencies ==
== Install Dependencies ==


=== Raspbian ===
=== Raspberry PI OS (formerly known as: Raspbian) ===
   $ sudo apt-get install build-essential zlib1g-dev libsdl1.2-dev libjpeg-dev \
   $ sudo apt-get install build-essential zlib1g-dev libsdl1.2-dev libjpeg-dev \
     nasm tar libbz2-dev libgtk2.0-dev cmake git libfluidsynth-dev libgl1-mesa-dev \
     nasm tar libbz2-dev libgtk2.0-dev cmake git libfluidsynth-dev libgl1-mesa-dev \
Line 34: Line 34:


Create and <code>cd</code> to the directory where build files will be outputted:
Create and <code>cd</code> to the directory where build files will be outputted:
    $ cd ./zandronum-rpi
     $ mkdir buildserver && cd buildserver
     $ mkdir buildserver && cd buildserver


Line 56: Line 57:
     ./zandronum-server
     ./zandronum-server
You'll probably want to add the <code>-iwad</code> parameter to get it to successfully launch, though.
You'll probably want to add the <code>-iwad</code> parameter to get it to successfully launch, though.
Note: you might need to replace the pk3 to the 3.0 before running this because accidentally messed up the pk3.


Once you've set it all up, enjoy playing on your Pi-powered server!
Once you've set it all up, enjoy playing on your Pi-powered server!


[[File:Pi server new.png]]
[[File:Pi server new.png]]