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

Remove references to deleted projects in README #15

Merged
merged 1 commit into from Jul 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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