/
How to update libraries
How to update libraries
How to update libraries 라이브러리를 갱신하는 방법
The following describes how to update libraries.
다음은 라이브러리를 갱신하는 방법을 설명한다.
1. Open the command prompt and go to your project directory.
명령 프롬프트를 열고, 프로젝트 디렉토리로 이동한다.
cd <project directory>
2. Update libraries by input the following command.
다음 명령을 입력해, 라이브러리를 갱신한다.
- Working directory 작업 디렉토리: "<project directory>"
git submodule update --remote
, multiple selections available,
Related content
Update libraries
Update libraries
More like this
Install libraries
Install libraries
More like this
Setting Up the Development Environment on Linux
Setting Up the Development Environment on Linux
More like this
Setting Up the Development Environment on macOS
Setting Up the Development Environment on macOS
More like this
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
More like this
Setting Up the Development Environment on Windows
Setting Up the Development Environment on Windows
More like this