Browse Source

README: Move development info text.

Georgi Chorbadzhiyski 9 years ago
parent
commit
0abf91951b
1 changed files with 35 additions and 35 deletions
  1. 35
    35
      README

+ 35
- 35
README View File

@@ -33,41 +33,6 @@ videohubctrl is released under MIT license.
33 33
 See LICENSE-MIT.txt for full license terms.
34 34
 
35 35
 
36
-Development
37
-===========
38
-
39
-The development is done using git. videohubctrl repository is hosted at
40
-
41
-   http://github.com/gfto/videohubctrl
42
-
43
-To clone the repository issue the following commands:
44
-
45
-   git clone git://github.com/gfto/videohubctrl.git
46
-   cd videohubctrl
47
-   git submodule init
48
-   git submodule update
49
-   make
50
-
51
-The code is developed and tested under modern Linux. It's also compiled
52
-from time to time under OS X but it's not tested there.
53
-
54
-
55
-Updating the code
56
-=================
57
-
58
-To update cloned videohubctrl, go to the directory where the repository
59
-is cloned and run the following commands:
60
-
61
-   git fetch origin
62
-   git merge origin/master
63
-   git submodule update
64
-   make clean all
65
-
66
-videohubctrl's master branch should always be useful so it is safe to
67
-use it instead of official release. The master branch will always
68
-be better than any released version.
69
-
70
-
71 36
 Command line parameters
72 37
 =======================
73 38
 
@@ -199,6 +164,41 @@ Video outputs Legend
199 164
  Column 4      - Which input port is routed to this output
200 165
 
201 166
 
167
+Development
168
+===========
169
+
170
+The development is done using git. videohubctrl repository is hosted at
171
+
172
+   http://github.com/gfto/videohubctrl
173
+
174
+To clone the repository issue the following commands:
175
+
176
+   git clone git://github.com/gfto/videohubctrl.git
177
+   cd videohubctrl
178
+   git submodule init
179
+   git submodule update
180
+   make
181
+
182
+The code is developed and tested under modern Linux. It's also compiled
183
+from time to time under OS X but it's not tested there.
184
+
185
+
186
+Updating the code
187
+=================
188
+
189
+To update cloned videohubctrl, go to the directory where the repository
190
+is cloned and run the following commands:
191
+
192
+   git fetch origin
193
+   git merge origin/master
194
+   git submodule update
195
+   make clean all
196
+
197
+videohubctrl's master branch should always be useful so it is safe to
198
+use it instead of official release. The master branch will always
199
+be better than any released version.
200
+
201
+
202 202
 Reporting bugs
203 203
 ==============
204 204
 

Loading…
Cancel
Save