Versions Compared

Key

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

You can get an overview of and download-links for the re-motion binaries on the

As explained in the comments, you need an older version (1.13.6) for working with the PhoneBook tutorial.

As for the re-motion sources, you get them from this subversion repository

You can get a Subversion itself here: http://subversion.tigris.org/

See also

...

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. Create a folder called "Remotion" on your hard drive and check out the code into that folder:

cd c:\Remotion
svn checkout https://svn.re-motion.org/svn/Remotion/trunk/ trunk

(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.)

Taken from Fabian Schmied's blog entry How to build re-motion