Navigation Menu

Skip to content

roberpot/Source

 
 

Repository files navigation

Sphereserver

Join gitter chat

Join the chat at https://gitter.im/Sphereserver/Source

Project details

Automatic builds

Building

Ubuntu

Install mysql library

  • sudo apt-get install libmysqld-dev
  • sudo apt-get install libmysql++ libmysql++-dev
  • sudo apt-get install libmysqlclient-dev:i386

Windows

Create a .sln file

  • 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.

Coding Notes (add as you wish to standardize the coding for new contributors)

  • 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.

Packages

No packages published

Languages

  • C 57.2%
  • C++ 42.7%
  • Other 0.1%