Game server for UO
Project files can be build with CMake for both Linux (gcc) and Windows (msvc and mingw), old project files are still present in the source for now.
Install mysql library
- sudo apt-get install libmysqld-dev
- sudo apt-get install libmysql++ libmysql++-dev
- sudo apt-get install libmysqlclient-dev:i386
Create a .sln file (If the project was not generated by CMake)
- Open src\graysvr\GraySvr.vcxproj with Visual Studio, press crtl + s to save the solution and choose a name for the .sln file, use this file from now.
- Make sure you can compile and run the program before pushing a commit.
- Rebasing instead of pulling the project is a better practice to avoid unnecessary "merge branch master" commits.
- Removing/Changing/Adding anything that was working in one way for years should be followed by an ini setting if the changes cannot be replicated from script to keep some backwards compatibility.
Copyright 2015 Sphereserver development team
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0