mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Further license and cleanup
This commit is contained in:
parent
55d023c926
commit
4b1b7adc4b
|
@ -5,11 +5,11 @@ Our own flavor of DDRace, a Teeworlds mod. See the [website](http://ddnet.tw) fo
|
|||
|
||||
Development discussions happen on #ddnet on Quakenet ([Webchat](http://webchat.quakenet.org/?channels=ddnet&uio=d4)).
|
||||
|
||||
You can get binary releases on the [DDNet website](http://ddnet.tw/downloads/).
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
You can get binary releases on the [DDNet website](http://ddnet.tw/downloads/).
|
||||
|
||||
To compile DDNet yourself, you can follow the [instructions for compiling Teeworlds](https://www.teeworlds.com/?page=docs&wiki=compiling_everything).
|
||||
|
||||
DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86_64). Instead you can install these libraries on your system, remove the `config.lua` and `bam` should use the system-wide libraries by default: `libcurl, libogg, libopus, libopusfile`
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
Copyright (C) 2007-2014 Magnus Auvinen
|
||||
Teeworlds Copyright (C) 2007-2014 Magnus Auvinen
|
||||
DDRace Copyright (C) 2010-2011 Shereef Marzouk
|
||||
DDNet Copyright (C) 2013-2015 Dennis Felsing
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Copyright (c) 2010-2011 Shereef Marzouk
|
||||
This code was originally by Magnus Auvinen and we work also under the same license.
|
||||
available to you in license.txt
|
|
@ -1,4 +1,4 @@
|
|||
This is how I build DDNet for Android:
|
||||
# This is how I build DDNet for Android:
|
||||
|
||||
# Cloning the building repo with the SDL port for Android by Pelya
|
||||
cd /media
|
Loading…
Reference in a new issue