https://github.com/hongtae/dkgl_samples
ScratchPad for DKGL-develop branch, Let's have fun
https://github.com/hongtae/dkgl_samples
Last synced: 5 months ago
JSON representation
ScratchPad for DKGL-develop branch, Let's have fun
- Host: GitHub
- URL: https://github.com/hongtae/dkgl_samples
- Owner: Hongtae
- License: bsd-3-clause
- Created: 2022-04-21T14:20:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T02:21:58.000Z (over 3 years ago)
- Last Synced: 2025-10-19T12:59:19.171Z (9 months ago)
- Homepage:
- Size: 30.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DKGL_Samples
ScratchPad for DKGL-Dev Branch (Not the master branch), Let's have fun
Let's have fun with DKGL
How to Setup
1. Clone DKGL-development branch to apporopriate folder.
Clone to the just-upper directory(..\) is the best choice.
ex) C:\MyProjects\
+--- DKGL
+--- DKGL_Samples (This Project)
2. Link the symbolic link to DKGL\DK foler to DKGL_Sampels\DK directory below
3. You should work DKGL and DKGL_Sample seperately.
DK folder has been set up as ignore folder in this repository.
This project is using https://www.dkscript.com/ for wiki.
-----
1. 적당한 디렉토리에 DKGL 을 클론 받는다.
보통 상위 디렉토리 (현재 프로젝트:DKGL_Samples 와 동일한 레벨) 에 받는것이 좋다..
ex) C:\MyProjects\
+--- DKGL
+--- DKGL_Samples (이 프로젝트)
2. mklink /D DK ..\DKGL\DK
DKGL\DK 서브 디렉토리를 DKGL_Sampels\DK 로 심볼릭 링크를 건다.
경로를 잘 확인하고 링크를 걸어야 한다. DKGL2 로 되어있는것도 있음.
3. DKGL 과 DKGL_Sample 을 별도로 작업함.
이 프로젝트(Samples) 는 DK 가 ignore 처리되어 있어서 괜찮다.