| 7 | | ---- |
| | 7 | == Setup DKGL_SAMPLE == |
| | 8 | |
| | 9 | Clone DKGL-development branch to apporopriate folder. Clone to the just-upper directory(..) is the best choice. |
| | 10 | |
| | 11 | ex) C:\MyProjects |
| | 12 | +--- DKGL |
| | 13 | +--- DKGL_Samples (This Project) |
| | 14 | |
| | 15 | Link the symbolic link to DKGL\DK foler to DKGL_Sampels\DK directory below |
| | 16 | |
| | 17 | You should work DKGL and DKGL_Sample seperately. DK folder has been set up as ignore folder in this repository. |
| | 18 | |
| | 19 | This project is using https://www.dkscript.com/ for wiki. |
| | 20 | |
| | 21 | 적당한 디렉토리에 DKGL 을 클론 받는다. 보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다.. ex) C:\MyProjects |
| | 22 | +--- DKGL |
| | 23 | +--- DKGL_Samples (이 프로젝트) |
| | 24 | |
| | 25 | mklink /D DK ..\DKGL\DK DKGL\DK 서브 디렉토리를 DKGL_Sampels\DK 로 심볼릭 링크를 건다. 경로를 잘 확인하고 링크를 걸어야 한다. DKGL2 로 되어있는것도 있음. |
| | 26 | |
| | 27 | DKGL 과 DKGL_Sample 을 별도로 작업함. 이 프로젝트(Samples) 는 DK 가 ignore 처리되어 있어서 괜찮다. |
| | 28 | |
| | 29 | |
| | 30 | == Working Memo == |
| | 31 | |