From 86529dff7793523065492019b427a7fea54d920a Mon Sep 17 00:00:00 2001 From: michaelx386 Date: Fri, 11 Jul 2014 08:40:59 +0100 Subject: [PATCH] Remove references to deleted projects in README This should fix #9 by removing instructions for deleted projects like VS2003, DevCPP, etc. --- README.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/README.md b/README.md index 735692f1d..d68299c87 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,9 @@ Upgrading from version 3 See 3.x_to_4.x_upgrade.txt -### Building Static Libraries for C++ - -1. Open the solution file, RakNet_vc8.sln -2. Right click "LibStatic" -3. Click build. -4. The binary will be under the /Lib directory. -If you want to use source (recommended), just include all header and cpp files under /Source -See Help/compilersetup.html - Windows users (Visual Studio 2008 and 2010) ----------------------------------------- -Load RakNet_VS2008.sln and convert if necessary. +Load RakNet_VS2008.sln and convert if necessary. After the project conversion, if you encounter error MSB4006, follow the steps below to fix it: @@ -45,14 +36,6 @@ follow the steps below to fix it: For other compiler issues, please see Help/compilersetup.html -Windows users (Visual Studio 2005) ------------------------------------------ -Load RakNet_VS2005.sln - -Windows users (.NET 2003) ------------------------------------------ -Load RakNet_VS2003.sln - Windows users (VC6) ----------------------------------------- Not supported, but you can get by if you directly include the source. @@ -167,14 +150,6 @@ Series of commands for a new server: g++ -m64 -g -pthread -I./ "../Samples/Chat Example/Chat Example Server.cpp" *.cpp ./a.out -DevCPP Users ------------------------------------------ -Load RakNet.dev - -CodeBlocks Users ------------------------------------------ -Load RakNet.cbp - Mac Users ----------------------------------------- Open a Terminal window and type: