Skip to content

Commit

Permalink
better building docs for reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 24, 2023
1 parent dafba88 commit c2f8c79
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ You need Visual Studio to build the source code. If you don't have Visual Studio

Once you have Visual Studio installed, go to the command line under the reliable directory and type:

premake5 solution
premake5 vs2019

This creates reliable.sln and opens it in Visual Studio for you.
Open the generated reliable.sln file.

Now you can build the library and run individual test programs as you would for any other Visual Studio solution.

Expand All @@ -34,13 +34,6 @@ Then you can run binaries like this:
./bin/soak
./bin/fuzz

Alternatively, you can use the following shortcuts to build and run test programs directly:

premake5 test // build and run unit tests
premake5 stats // runs connection statistics demo
premake5 soak // run the soak test that exercises all library functionality
premake5 fuzz // run the fuzz test that tests the library is able to correctly handle random data

If you have questions please create an issue at https://github.com/mas-bandwidth/reliable and I'll do my best to help you out.

cheers
Expand Down

0 comments on commit c2f8c79

Please sign in to comment.