mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Update README-RPG-X2.txt
This commit is contained in:
parent
128be4b0b8
commit
b8a419b5fe
1 changed files with 16 additions and 41 deletions
|
@ -21,38 +21,35 @@ parts of this mod (see Legal Notice).
|
||||||
|
|
||||||
Compile Info:
|
Compile Info:
|
||||||
-------------
|
-------------
|
||||||
The compile process of RPG-X2 is now integrated into the Makefile of rpgxEF.
|
Each part (game, cgame, ui) has it's own Makefile in it's
|
||||||
Compiling on linux/unix requires gcc, compiling on windows requires MinGw and
|
folder.
|
||||||
MSys (MSVC compiler is no longer supported).
|
|
||||||
|
|
||||||
On Linux:
|
On Linux:
|
||||||
- Go to the main folder of the rpgxEF git repository
|
- Make sure you have installed Mysql client
|
||||||
- Run make BUILD_SERVER=0 BUILD_CLIENT=0
|
- just run make in the game, cgame, and/or, ui folder to
|
||||||
|
build the shared libraries
|
||||||
|
- make clean removes all compiled files (including the
|
||||||
|
shared libraries)
|
||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
- Install mingw and msys correctly
|
- Install mingw and msys correctly
|
||||||
- Go to the main folder of the rpgxEF git repository
|
- start the msys console
|
||||||
- Run make BUILD_SERVER=0 BUILD_CLIENT=0
|
- just run make in the game, cgame, and/or, ui folder to
|
||||||
|
build the shared libraries
|
||||||
|
- make clean removes all compiled files (including the
|
||||||
|
shared libraries)
|
||||||
|
|
||||||
Cross Compiling for Windows:
|
Cross Compiling for Windows:
|
||||||
- Install the mingw cross compilers on your linux system
|
Not yet but hopefully soon.
|
||||||
- Go to the main folder of the rpgxEF git repository
|
|
||||||
- Run cross-make-mingw.sh BUILD_SERVER=0 BUILD_CLIENT=0
|
|
||||||
|
|
||||||
Mac OSX:
|
Mac OSX:
|
||||||
Not yet but hopefully soon.
|
Not yet but hopefully soon.
|
||||||
|
|
||||||
Bug Reports and Patch/Feature Suggestions:
|
Bug Reports and Patch/Feature Suggestions:
|
||||||
--------------
|
--------------
|
||||||
We have a bug report system set up at http://bugs.rpg-x.net
|
We are using GitHub for issues tracking (https://github.com/UberGames/rpgxEF/issues).
|
||||||
If you see an error in the game, or if the game crashes,
|
You can also add Pull Requests on GitHub if you have solved an
|
||||||
please let us know! Also if you fixed a bug in the code of
|
issues yourself.
|
||||||
have coded a new feature feels free suggest us adding it
|
|
||||||
there (please upload a *.diff file).
|
|
||||||
|
|
||||||
Note:
|
|
||||||
As the UberGames bug tracker is down right now use
|
|
||||||
http://bugs.hennecke-online.net instead.
|
|
||||||
|
|
||||||
Contact:
|
Contact:
|
||||||
--------------
|
--------------
|
||||||
|
@ -97,28 +94,6 @@ Lua License:
|
||||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
Original List Module License (list.h, list.c):
|
|
||||||
----------------------------------------------
|
|
||||||
/*
|
|
||||||
Copyright (c) 2011 Zhehao Mao
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
||||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
||||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue