Difference between revisions of "Cc-sharp"

From Creative Commons
Jump to: navigation, search
(Initial page)
 
m (Where to Get it?: added svn command)
Line 2: Line 2:
 
[[cc-sharp]] is a C# library for verifying Creative Commons license metadata.
 
[[cc-sharp]] is a C# library for verifying Creative Commons license metadata.
 
== Where to Get it? ==
 
== Where to Get it? ==
[[cc-sharp]] is available on the Creative Commons Source Forge Subversion repository [http://svn.sourceforge.net/viewcvs.cgi/cctools/cc-sharp/ cc-sharp].
+
[[cc-sharp]] is available on the Creative Commons Source Forge Subversion repository for [http://svn.sourceforge.net/viewcvs.cgi/cctools/cc-sharp/ browsing]. You can also use Subversion to check the code out and build it yourself:
 +
svn checkout https://svn.sourceforge.net/svnroot/cctools/cc-sharp
 +
 
 
== How to Build it? ==
 
== How to Build it? ==
 
The project was built as a [http://www.monodevelop.com/ MonoDevelop] solution so to build it from home, you must have MonoDevelop.
 
The project was built as a [http://www.monodevelop.com/ MonoDevelop] solution so to build it from home, you must have MonoDevelop.

Revision as of 22:41, 26 July 2006

What is it?

cc-sharp is a C# library for verifying Creative Commons license metadata.

Where to Get it?

cc-sharp is available on the Creative Commons Source Forge Subversion repository for browsing. You can also use Subversion to check the code out and build it yourself:

svn checkout https://svn.sourceforge.net/svnroot/cctools/cc-sharp

How to Build it?

The project was built as a MonoDevelop solution so to build it from home, you must have MonoDevelop.

  1. In MonoDevelop, go to file and open the cc-sharp solution file cc-sharp/trunk/cc-sharp.mds.
  2. Click on the Build Solution button.
  3. Retrieve the resulting DLL from cc-sharp/trunk/bin/Debug/cc-sharp.dll.