/
Checking out ubinos default source tree and open the source tree with VSCode
Checking out ubinos default source tree and open the source tree with VSCode
유비노스 기본 소스 트리를 가져와 브이에스코드로 열기
이 과정은 윈도우일 경우 명령 프롬프트(cmd)에서, 리눅스 또는 맥오에스일 경우 터미널에서 수행한다.
1. 내 작업 공간 디렉토리를 만든 후, 그 곳으로 이동한다. (작업 공간 디렉토리 경로에 한글이 포함되면 안 됨)
- 윈도우일 경우의 예
cd C:\ mkdir MyWorks cd MyWorks
- 리눅스 또는 맥오에스일 경우의 예
cd ~ mkdir MyWorks cd MyWorks
2. 다음 명령을 입력해 유비노스 기본 소스 트리인, ubiworks를 가져온다.
git clone https://github.com/ubinos/ubiworks.git cd ubiworks git submodule update --init git submodule foreach git switch ubinos-main cd ..
3. 다음 명령을 입력해 가져온 소스트리를 브이에스코드로 연다.
code ubiworks
, multiple selections available,
Related content
Building a simple application example
Building a simple application example
More like this
Setting Up the Development Environment on Windows
Setting Up the Development Environment on Windows
More like this
How to add a library to your project
How to add a library to your project
More like this
Getting Started Guide
Getting Started Guide
More like this
Ubinos v3.00.13 Migration Guide
Ubinos v3.00.13 Migration Guide
More like this
How to update libraries
How to update libraries
More like this