Commit f659ce8 1 parent 45da192 commit f659ce8 Copy full SHA for f659ce8
File tree 1 file changed +10
-1
lines changed
shared/repos/GsDevKit_launcher
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,22 @@ Note that the shebang line: `#!/usr/bin/env gsdevkit_launcher` does a lookup of
25
25
The ` gsdevkit_launcher ` shell interpreter is in ` $GS_HOME/alt_bin ` , so ` $GS_HOME/alt_bin ` needs to be located in your path.
26
26
27
27
### Setup for development
28
+ #### If you have a fresh GsDevKit_home installation then first evaluate:
29
+ Exsisting GsDevKit_home installation should ignored these steps.
30
+ ```
31
+ git clone https://github.com/GsDevKit/GsDevKit_home.git
32
+ cd GsDevKit_home
33
+ . bin/defHOME_PATH.env # define GS_HOME env var and put $GS_HOME into PATH
34
+ installServerClient
35
+ ```
36
+ #### Resume Setup for development:
28
37
```
29
38
cd $GS_HOME
30
39
git fetch --all
31
40
32
41
git checkout master
33
42
git pull origin master
34
- updateGsDevKit -gdtcs
43
+ updateGsDevKit -gdtcs # SKIP this if you have a fresh GsDevKit_home installation
35
44
36
45
git checkout issue_260
37
46
git pull origin issue_260 # make sure you have latest commit in your checkout
You can’t perform that action at this time.
0 commit comments