You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/getting_started.rst
+2-76Lines changed: 2 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,14 @@
1
1
Getting Started
2
2
===============
3
3
4
-
This section is primarily written for Windows users. There are extra sections
5
-
about installing Git Extensions on Linux and Mac OS X.
6
-
7
4
Installation
8
5
------------
9
6
10
-
There is a single click installer GitExtensions-X.XX.XX-SetupComplete.msi that installs Git for Windows 32bit, Kdiff3 32bit
11
-
and Git Extensions. The installer can be found `here <https://github.com/gitextensions/gitextensions/releases/latest>`_.
7
+
The single click Git Extensions installer can be found `here <https://github.com/gitextensions/gitextensions/releases/latest>`_.
12
8
13
9
.. image:: /images/install/install1.png
14
10
15
-
.. figure:: /images/install/install2.png
16
-
17
-
Git Extensions depends heavily on Git for Windows. When Git for Windows is not installed, ensure the "Install Git for Windows" checkbox is checked. Kdiff3 is
18
-
optional, but is advised as a merge tool.
11
+
Git Extensions depends heavily on Git for Windows.
19
12
20
13
.. image:: /images/install/install3.png
21
14
@@ -29,73 +22,6 @@ and Git Extensions. The installer can be found `here <https://github.com/gitexte
29
22
30
23
.. image:: /images/install/install6.png
31
24
32
-
Installation (Linux)
33
-
--------------------
34
-
You can watch this video as a starting point: `Install Git Extensions on Ubuntu 11.04 <http://www.youtube.com/watch?v=zk2MMUQuW4s>`_
35
-
36
-
For further help go to https://groups.google.com/forum/?fromgroups=#!forum/gitextensions
37
-
38
-
This section only covers mono installation, you should have git installed in your Linux at this point. Please refer to https://git-scm.com/download/linux
39
-
40
-
First, make sure you have the latest mono version on your Linux. This section will cover installation of Mono 4.6 on a Linux.
41
-
42
-
1) Install mono latest version. You can always check for this here: http://www.mono-project.com/download/#download-lin
43
-
2) If everything went okay, you should open your terminal and check mono version::
44
-
45
-
$ mono --version
46
-
Mono JIT compiler version 4.6.1 (Stable 4.6.1.5/ef43c15 Wed Oct 12 09:10:37 UTC 2016)
47
-
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
48
-
TLS: __thread
49
-
SIGSEGV: altstack
50
-
Notifications: epoll
51
-
Architecture: amd64
52
-
Disabled: none
53
-
Misc: softdebug
54
-
LLVM: supported, not enabled.
55
-
GC: sgen
56
-
3) Now download Git Extensions latest version from https://github.com/gitextensions/gitextensions/releases/latest. Remember to select the appropriate package otherwise you could have problems.
57
-
4) Browse into the folder where you extracted the package and just run mono command, like the example below::
58
-
59
-
$ mono GitExtensions.exe
60
-
61
-
Installation (macOS)
62
-
--------------------
63
-
64
-
This section only covers mono installation, you should have git installed in your Mac at this point. Please refer to https://git-scm.com/download/mac
65
-
66
-
First, make sure you have the latest mono version on your Mac. This section will cover installation of Mono 4.6 on a Mac.
67
-
68
-
1) Download mono latest version. You can always check for this here: http://www.mono-project.com/download/#download-mac
69
-
2) After you have completed the download, you will see a .dmg file. Double click it to open the package.
70
-
3) Inside the .dmg file you will have MonoFramework-{version}.pkg. Double click to start the installation process.
71
-
4) Follow the wizard until it's completion.
72
-
5) If everything went okay, you should open your terminal and check mono version::
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
77
-
TLS: normal
78
-
SIGSEGV: altstack
79
-
Notification: kqueue
80
-
Architecture: x86
81
-
Disabled: none
82
-
Misc: softdebug
83
-
LLVM: yes(3.6.0svn-mono-master/8b1520c)
84
-
GC: sgen
85
-
86
-
6) Now download Git Extensions latest version from https://github.com/gitextensions/gitextensions/releases/latest. Remember to select the appropriate package otherwise you could have problems.
87
-
7) Browse into the folder where you extracted the package and just run mono command, like the example below::
88
-
89
-
$ mono GitExtensions.exe
90
-
91
-
This is the minimal setup you need in order to run Git Extensions.
92
-
93
-
Troubleshooting Mac Installation
94
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95
-
96
-
1) If your Git Extensions crashes with an exception that a font is missing (generic sans serif), you probably can fix this by installing Xquartz. This is a version of the X.Org X Windows System that runs on OS X. I am not sure what the side effects are. This can be installed from here: http://xquartz.macosforge.org/landing/
97
-
2) If Git Extensions still crashes because it is unable to load a plugin, empty the plugins folder.
Copy file name to clipboardExpand all lines: source/locale/getting_started.pot
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ msgid "Installation"
29
29
msgstr""
30
30
31
31
#:..\getting_started.rst:10
32
-
msgid"There is a single click installer GitExtensions-X.XX.XX-SetupComplete.msi that installs Git for Windows 32bit, Kdiff3 32bit and Git Extensions. The installer can be found `here <https://github.com/gitextensions/gitextensions/releases/latest>`_."
32
+
msgid"The single click Git Extensions installer can be found `here <https://github.com/gitextensions/gitextensions/releases/latest>`_."
33
33
msgstr""
34
34
35
35
#:..\getting_started.rst:17
36
-
msgid"Git Extensions depends heavily on Git for Windows. When Git for Windows is not installed, ensure the \"Install Git for Windows\" checkbox is checked. Kdiff3 is optional, but is advised as a merge tool."
36
+
msgid"Git Extensions depends heavily on Git for Windows."
0 commit comments