Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Remove references to deleted projects in README
Browse files Browse the repository at this point in the history
This should fix #9 by removing instructions for deleted projects like
VS2003, DevCPP, etc.
  • Loading branch information
michaelx386 committed Jul 11, 2014
1 parent 0ee42ed commit 86529df
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 86529df

Please sign in to comment.