Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Microsoft DirectX SDK
  2. Tortoise Hg
  3. CMake (2.8.8+)
  4. 7-Zip
  5. Download Visual C++ 2008 or 2010 (see below)

Visual C++ 2008

  1. Microsoft Visual C++ 2008 Express
  2. external_vc9.7z
  3. Qt 4.8.6 for VC++ 2008

Visual C++ 2010

  1. Microsoft Visual C++ 2010 Express (choose c++) |OR| linkVisual Studio ISO)
  2. Microsoft Visual Studio 2010 SP1
  3. external_vc10.7z
  4. Qt 4.8.6 for VC++ 2010 (optional)

If you want to compile 64 bits versions you'll also need :

...

Install Microsoft Visual C++ 2008 2010 ExpressMicrosoft DirectX SDKCMakeTortoise Hg and 7-Zip in your desired locations. If you don't use the default path, you'll have to put your specific path in the following commands.

...

In Start Menu -> All Programs -> Microsoft Visual C++ 2008 2010 Express Edition -> Visual Studio Tools, launch Visual Studio 2008 2010 Command Prompt

Getting the sources

In the command line, type:

c:
cd \
md ryzom
cd ryzom
hg clone http://ryzom.hg.sourceforge.net:8000/hgrootbitbucket.org/ryzom/ryzomryzomcore .

See Getting Source for more details if necessary.

...

Put the downloaded external_vc9vc10.7z inside C:\ryzom\ and in the command line, type:

Note

Just replace all vc9vc10 occurences by vc10vc9 if you're using VC++ 20102008

 

"c:\Program Files\7-Zip\7z.exe" x external_vc9.7z -oexternal
del external_vc9.7z

Installing Jom (optional)

Download Jom from Nokia FTPhere.

Put the downloaded jom.zip inside C:\ryzom\ and in the command line, type:

...

Now click on Configure, it will ask you to choose a generator, select Visual Studio 9 200810 2010 and click on Finish.

Other generators could work too such as: Visual Studio 9 2008 10 2010 Win64 (if you installed Windows SDK 64 bits compilers) or other versions of Visual Studio.

...

For connecting to a running game-server you have to install apache and mysql, as in Configure Linux ServerWeb Services and thereafter.


Please note that the first part of that page about compiling etc. is outdated, ignore it, until the wiki is corrected.

...