Versions Compared

Key

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

...

  • Go to the directory where your source code is avalaible
  • Update the source code with command:
Code Block
 svnupdatesvn update 
  • Clean up your directory by typing:
Code Block
 make distcleanclean 
  • In here build a Makefile with the command:

...