diff --git a/README.md b/README.md index 21fc03b5..ebc7f3fd 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ SA-MP Streamer Plugin This plugin streams objects, pickups, checkpoints, race checkpoints, map icons, and 3D text labels at user-defined server ticks. Basic area detection is also included. Because it is written entirely in C++, much of the overhead from PAWN is avoided. This streamer, as a result, is quite a bit faster than any other implementation currently available in PAWN. -Compilation ------------ +Compilation (Windows) +--------------------- -**Windows:** Open the solution file (streamer.sln) in Microsoft Visual Studio 2010 (or higher). Build the project. +Open the solution file (streamer.sln) in Microsoft Visual Studio 2010 (or higher). Build the project. To generate project files for a different version of Visual Studio, download Premake 5.x (or higher), and type "premake5 vs20xx" (where "xx" completes the version number, as in "vs2010") in the top directory. -**Linux:** Install the GNU Compiler Collection and GNU Make. Type "make" in the top directory to compile the source code. +Compilation (Linux) +------------------- + +Install the GNU Compiler Collection and GNU Make. Type "make" in the top directory to compile the source code. To generate the GNU makefiles again, download Premake 4.x (or higher), and type "premake4 gmake" in the top directory.