pBlueG / SA-MP-MySQL

MySQL plugin for San Andreas Multiplayer
BSD 3-Clause "New" or "Revised" License
196 stars 80 forks source link

Complete build instructions #239

Closed Y-Less closed 3 years ago

Y-Less commented 3 years ago

I was trying to build this. I managed to figure out how to link to MySQL (by putting the root dir on the path), then it complained about samp-log-core being missing. I've tried installing that but have no idea how or where to do so. I'm currently trying to do it on Windows, but I'll need to do it on Linux as well eventually. Do you have a script that can be run to install all dependencies correctly, and build the result?

maddinat0r commented 3 years ago

You should take a look at the CI configs for Windows and Linux, those should be more or less straightforward to use (you can obviously skip the test-part, i.e. the SA-MP server and PAWN compiler installation and invocation).