Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Binaries

Go to the download site

Sources

Get the sources via subversion from our subversion repository

Ten Minutes Build

For the latest version, you need Visual Studio 2010. Older version still might depend on Visual Studio 2008.

To download the source code from our SVN server, go to http://subversion.tigris.org/ and get (and install) the SVN binaries.

Open the Visual Studio 2010 Command Prompt to access the "sn.exe tool

Create a folder called "Remotion" on your hard drive and check out the code into that folder:

You can also use TortoiseSVN to check out the code if you want a graphical user interface.

We cannot provide our remotion.snk, so you need to create your own.

  • cd c:\Remotion\trunk
  • sn -k remotion.snk
  • No labels