⭐️ Project AssistanceIf you want to say thank you or/and support active development:Add a GitHub Star to the project. Tweet about our project on Social Media @qxip @sipcapture Contribute guides and article
Revert accidental change to submodule origin. (#2477) Sep 20, 2023 .pre-commit-config.yaml [NFC] Update black version (#3256) Apr 29, 2024 .yamllint.yml Add.yamllintand disable some annoying recurring warnings on every… May 1, 2024 ...
Fetch git submodules (#297) 3年前 topLevelArch.png 1. Merge master branch as of425d2ce 7年前 README MIT AMD Open Source Driver for Vulkan® Product Support Operating System Support Feature Support and Performance Known Issues How to Contribute ...
different MCUs and host systems. Integrating any of these components into your device app code is as simple as adding a git submodule and then including it in yourbuild using the CMake `add_subdirectory()`. While the typical usage pattern is to include ThreadX into your device code source...
git clone --recurse-submodules https://github.com/openipc/mini or, if you have already checked out the repository without submodules, run git submodule initgit submodule update Build the code with CMake: $cmake -H. -Bbuild \-DCMAKE_BUILD_TYPE=Release \-DPLATFORM_SDK_DIR=<PATH_TO_SDK...
small fixes: Missing types, fix linter destoying virtualenvs, add pid… Jul 19, 2022 .gitattributes Update studio image (#96) Jun 23, 2021 .gitignore Fix skip folders in lint script (#392) Jun 29, 2022 .gitmodules update utils path in submodule (#940) Mar 6, 2025 .hadolint.yaml Ad...
As git submodule Inside the folder of your Hugo project, run: git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper Openconfig.toml(orhugo.toml), changethemeto"paper": theme="paper" For more information, please read theofficial guideof Hugo. ...
You need a git submodule for the project to compile. If you don't yet have the submodule but already cloned the repository: git submodule update --init --recursive To get latest version of the submodule: git submodule update --recursive --remote Compiling the mod Note: on windows you ...
git clone https://github.com/rustdesk/rustdeskcdrustdesk git submodule update --init --recursive docker build -t"rustdesk-builder". Then, each time you need to build the application, run the following command: docker run --rm -it -v$PWD:/home/user/rustdesk -v rustdesk-git-cache:/home/...
Make sure that you've pulled all Git submodules together with this repo: git clone --recursive https://github.com/thpatch/thcrap.git (Optional) If your thcrap build should be able to automatically update itself, you need to create a code signing certificate. To do this, run the following...