Skip to content

Commit

Permalink
Merge pull request facebookarchive#15 from michaelx386/issue-9
Browse files Browse the repository at this point in the history
Remove references to deleted projects in README
  • Loading branch information
alliekins committed Jul 21, 2014
2 parents ba9e60b + 86529df commit dfe2d4e
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 dfe2d4e

Please sign in to comment.