|
@@ -1,12 +1,24 @@
|
1
|
1
|
# DKGL_SAMPLE
|
2
|
|
-ScratchPad for DKGL, Let's have fun
|
|
2
|
+ScratchPad for DKGL-Dev Branch (Not the master branch), Let's have fun
|
3
|
3
|
|
4
|
4
|
Let's have fun with DKGL
|
5
|
5
|
|
6
|
6
|
How to Setup
|
|
7
|
+1. Clone DKGL-development branch to apporopriate folder.
|
|
8
|
+Clone to the just-upper directory(..\) is the best choice.
|
|
9
|
+
|
|
10
|
+ ex) C:\MyProjects\
|
|
11
|
+ +--- DKGL
|
|
12
|
+ +--- DKGL_Samples (This Project)
|
|
13
|
+
|
|
14
|
+2. Link the symbolic link to DKGL\DK foler to DKGL_Sampels\DK directory below
|
|
15
|
+
|
|
16
|
+3. You should work DKGL and DKGL_Sample seperately.
|
|
17
|
+DK folder has been set up as ignore folder in this repository.
|
|
18
|
+
|
7
|
19
|
|
8
|
20
|
1. 적당한 디렉토리에 DKGL 을 클론 받는다.
|
9
|
|
- 보통 상위 디텍로리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다..
|
|
21
|
+ 보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다..
|
10
|
22
|
ex) C:\MyProjects\
|
11
|
23
|
+--- DKGL
|
12
|
24
|
+--- DKGL_Samples (이 프로젝트)
|