carburetor
No description available.
파일 탐색기
- io.frama.tractor.carburetor.desktop.in
- io.frama.tractor.carburetor.service.in
- dconf-override.patch
- python3-requirements.json
- io.frama.tractor.carburetor.gschema.xml
- add-bridge.ui
- carburetor.cmb
- logs.ui
- main.ui
- preferences.ui
- shortcuts-dialog.ui
- style.css
- io.frama.tractor.carburetor.svg
- io.frama.tractor.carburetor-symbolic.svg
- meson.build
- io.frama.tractor.carburetor.metainfo.xml.in
- carburetor.1
- carburetor.gresource.xml
- meson.build
- ar.po
- bg.po
- carburetor.pot
- de.po
- el.po
- es.po
- et.po
- fa.po
- fi.po
- fr.po
- hi.po
- hr.po
- ia.po
- it.po
- ja.po
- LINGUAS
- meson.build
- nb_NO.po
- nl.po
- pl.po
- POTFILES
- pt.po
- pt_BR.po
- ru.po
- sv.po
- ta.po
- tr.po
- zh_Hans.po
- __init__.py
- actions.py
- carburetor.in
- carburetor.py
- config.py
- handler.py
- meson.build
- ui.py
- .gitignore
- .gitlab-ci.yml
- carburetor.doap
- CHANGELOG
- CONTRIBUTING.md
- io.frama.tractor.carburetor.json
- LICENSE
- meson.build
- pyproject.toml
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
meson
설명 보기 ▼
meson
SCons와 유사한 빌드 시스템으로, Python을 프론트엔드 언어로 사용하고 Ninja를 빌드 백엔드로 사용합니다.
더 많은 정보: <https://mesonbuild.com/Commands.html>.
meson init
주어진 이름과 버전으로 C 프로젝트 생성:
meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}
기본값으로 `builddir` 구성:
meson {{[build|setup build]}}
프로젝트 빌드:
flatpak run
설명 보기 ▼
flatpak run
Run flatpak applications and runtimes.
flatpak run {{com.example.app}}
Run an installed application:
flatpak run --branch={{stable|beta|master|...}} {{com.example.app}}
Run an installed application from a specific branch e.g. stable, beta, master:
flatpak run --command={{sh}} {{com.example.app}}
Run an interactive shell inside a flatpak:
flatpak
설명 보기 ▼
flatpak
flatpak 애플리케이션 및 런타임을 빌드, 설치, 실행.
더 많은 정보: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak>.
flatpak run {{com.example.app}}
설치된 애플리케이션 실행:
flatpak install {{remote_name}} {{com.example.app}}
원격 소스로부터 애플리케이션 설치:
flatpak list --app
설치된 애플리케이션 목록 보기 (런타임 제외):
