Menu

Tree [f2fc45] master /
 History

HTTPS access


File Date Author Commit
 GdkSharp2 2012-07-15 ¨Jan ¨Jan [f2fc45] Added initial design document to show where thi...
 README.txt 2012-07-14 ¨Jan ¨Jan [4917e6] Added more files

Read Me

GdkSharp is the C# version of the Grammar Deployment Kit project.

This is a developers guide.

Getting started under Linux:
1. Install Mint + Cinnamon:
   a. Download the 64 bit version from: http://www.linuxmint.com/
   b. Burn the iso on a dvd.
   c. Restart the computer and keep F2 pressed to go to BIOS
   d. In BIOS make the DVD the first boot device.
   e. Quit and Save.
   f. Follow the wizard, a 50G partition is good if you have room.
2. Install monodevelop:
   a. sudo apt-get install mono-gmcs mono-gac mono-utils monodevelop monodoc-browser monodevelop-nunit monodevelop-versioncontrol
3. Git:
   a. sudo apt-get install git-core
   b. sudo apt-get install gitk
   c. Read chapter 1: http://git-scm.com/book/en/Getting-Started
   d. Read chapter 2: http://git-scm.com/book/en/Git-Basics
   e. git clone ssh://X@gdk.git.sourceforge.net/gitroot/gdk/gdk
   f. gedit somefile
   g. git add somefile
   h. git commit
   i. git push origin master
   j. gitk
4. Setup monodevelop:
   a. ssh://jkort@gdk.git.sourceforge.net/gitroot/gdk/gdk