Step-by-step setup for the SGT working environment
Install the tools
-
Git. State of the art in version control: http://git-scm.com/download/win
-
TortoiseGit. The GUI for Windows DAUs: http://code.google.com/p/tortoisegit/wiki/Download take the 64bit version.
-
SVN. The predecessor of Git: http://sourceforge.net/projects/tortoisesvn/files/latest/download?source=files.
-
Eclipse IDE for Java Developers: http://www.eclipse.org/downloads/
Get the code
-
Mkdir locally “Logic” (e.g. C:\Data\Logic) and clone the repository:\\fs7a\home101\home\muedav\GIT_repository\Logik
-
Mkdir locally “Logic_svn” (e.g. C:\Data\Logic_svn) and checkout the reposity: http://10.21.1.68:1237/svn/logik
Compile & Run
-
Open Eclipse and load the workspaces NEWSGTEditor and SGTyEditor (the really new one ).
-
Run sit.gui.SGTEditor and … .
Code style
-
Do not hesitate to use JUnit!
-
Patterns are welcome!
-
Doxygen comments are nice!
1,161 thoughts on “Step-by-step setup for the SGT working environment”