Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 263 Bytes

astonia3_server

Clean-up of the Astonia 3 server

To build.

  1. Checkout the repository.
  2. Install mysql development headers
  • Ubuntu: sudo apt-get install libmysqlclient-dev
  • Arch: sudo pacman -S mariadb
  1. Run cd server && mkdir -p .obj && make