Versions Compared

Key

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

...

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

...

(You might need to do that from a Visual Studio 2008 Command Prompt so that the tool "sn.exe" can be found.)

...