Skip to content

Commit

Permalink
Improve some formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
samp-incognito committed May 15, 2014
1 parent 209df97 commit f8d375a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f8d375a

Please sign in to comment.