Installation (Ubuntu 24.04 LTS): Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "== Introduction == This is a basic guide on how to install SkyFire_548 and SFDB from scratch. **Please note this is a work in progress and only contains enough information to get most people a viable server in Linux. == Prerequisites == The compilation of SkyFire_548 and the setup of SFDB will require certain packages to be installed. In Fedora use the following command: <pre> sudo apt-get install g++ make cmake git wget git-core openssl openssl-dev readline-devel zli...")
 
No edit summary
Line 5: Line 5:
== Prerequisites ==
== Prerequisites ==


The compilation of SkyFire_548 and the setup of SFDB will require certain packages to be installed. In Fedora use the following command:
The compilation of SkyFire_548 and the setup of SFDB will require certain packages to be installed. In Ubuntu 24.04 use the following command:
<pre>
<pre>
sudo apt-get install g++ make cmake git wget git-core openssl openssl-dev readline-devel zlib-dev bzip2 bzip2-dev
sudo apt-get install g++ make cmake git wget git-core openssl openssl-dev readline-devel zlib-dev bzip2 bzip2-dev
</pre>
</pre>

Revision as of 11:24, 25 April 2024

Introduction

This is a basic guide on how to install SkyFire_548 and SFDB from scratch. **Please note this is a work in progress and only contains enough information to get most people a viable server in Linux.

Prerequisites

The compilation of SkyFire_548 and the setup of SFDB will require certain packages to be installed. In Ubuntu 24.04 use the following command:

sudo apt-get install g++ make cmake git wget git-core openssl openssl-dev readline-devel zlib-dev bzip2 bzip2-dev