Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.25 KB

NetROTT

Rise of the Triad sourceport targeted towards multiplayer and based on SDL3.

Building

Building NetROTT requires GCC, CMake, and the development packages for SDL3, SDL3_Mixer, and SDL3_Net. After installing, you can run the following commands to build:

mkdir cmake-build && cd cmake-build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

License

GNU GPL v2

Copyright (C) 1994-1995 Apogee Software, Ltd.

Copyright (C) 2002-2015 Steven Fuller, Ryan C. Gordon, John Hall, Dan Olson

Copyright (C) 2006-2024 Fabian Greffrath

Copyright (C) 2023-2024 erysdren (it/she/they)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.