Personal tools

Difference between revisions of "Codeplex"

From MohidWiki

Jump to: navigation, search
(Textual instructions)
Line 21: Line 21:
 
====Textual instructions====
 
====Textual instructions====
 
Make sure you have svn installed in your computer, then type the following commands to create a local svn repository with the latest version of the mohid code:
 
Make sure you have svn installed in your computer, then type the following commands to create a local svn repository with the latest version of the mohid code:
  > mkdir mohid
+
  > mkdir [mohidpath]
  > svn co https://mohid.svn.codeplex.com/svn mohid
+
  > svn co https://mohid.svn.codeplex.com/svn [mohidpath]
  
 
To build an executable from the source code, follow these lines:
 
To build an executable from the source code, follow these lines:

Revision as of 12:25, 11 May 2010

Codeplex is the new site where we store the mohid project code. You can find it at http://mohid.codeplex.com. You must be registered so you can get the latest version and so you can commit changes.

Rss feeds

One of the coolest things about Codeplex is that you can get information about the latest updates in the code, while they're still hot, in your Outlook feed box(or other favorite feed reader). This information is distributed in RSS format. Here's the link. Just subscribe to it with Outlook or your favorite feed reader. To actually get the code and compile it, read on...

Tutorials

Windows

  1. How to install TortoiseSvn client
  2. How to checkout latest version of the code from codeplex with TortoiseSvn client or you can check the text equivalent of it.
  3. How to compile the MOHID code in Visual Studio 2008
  4. How to commit changes to the code into the codeplex.

Linux

Video instructions [english only]

  1. How to get the latest version of the code
  2. How to compile the MOHID suite

ERRATA: In the last sentence of the "How to compile MOHID" screencast, it is meant EXE FOLDER and not EXE FILE.

Textual instructions

Make sure you have svn installed in your computer, then type the following commands to create a local svn repository with the latest version of the mohid code:

> mkdir [mohidpath]
> svn co https://mohid.svn.codeplex.com/svn [mohidpath]

To build an executable from the source code, follow these lines:

> cd [mohidpath]/Solutions/Linux
> [read the REAME file for instructions]
> cp Editme_template.mk Editme.mk
> [edit the Editme.mk]
> make Nix.clean
> make Nix

See also