Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 593 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 593 Bytes

psemu

A Planetside 1 server emulator. Based on the PSForever project.

Building

Clone this repo.

Grab submodule dependencies:

cd psemu
git submodule update --init

Use CMake:

Either GUI:

  1. Source path = full path to psemu

  2. Build path = full path to psemu/build

  3. [Configure]

  4. [Generate]

Or command line:

cd psemu
mkdir build
cd build
cmake ..

Build using the CMake-generated solution: psemu/build/psemu.sln