/
How to add a library to your project

How to add a library to your project

How to add a library to your project 라이브러리를 프로젝트에 추가하는 방법


The following describes how to add a library to your project.

다음은 라이브러리를 프로젝트에 추가하는 방법을 설명한다.


1. Open the command prompt and go to your project library directory.
    명령 프롬프트를 열고, 프로젝트의 라이브러리 디렉토리로 이동한다.

cd <project directory>/library


2. Add a library as a git submodule by Input the following command.
    다음 명령을 입력해, 라이브러리를 깃 하위모듈로 추가한다.

  • Working directory 작업 디렉토리: "<project directory>/library"
git submodule add <library url>



Ubinos Home 유비노스 홈


Related content

How to update libraries
How to update libraries
More like this
How to remove a library from your project
How to remove a library from your project
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
Ubinos v3.00.13 Migration Guide
Ubinos v3.00.13 Migration Guide
More like this
Development Tips
Development Tips
More like this
Getting Started Guide
Getting Started Guide
More like this