pcbu-desktop
Desktop app for PC Bio Unlock
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.yaml
- cmake.yml
- FUNDING.yml
- arm64-windows-static-md.cmake
- arm64-windows-static.cmake
- x64-windows-static-md.cmake
- x64-windows-static.cmake
- BuildHelper.cmake
- DetectArchitecture.cmake
- FindQtInstallation.cmake
- de_DE.json
- en_US.json
- pt_BR.json
- pt_PT.json
- zh_CN.json
- PairingServer.cpp
- PairingServer.h
- PairingStructs.h
- UDPPairingBroadcaster.cpp
- UDPPairingBroadcaster.h
- BTUnlockClient.cpp
- BTUnlockClient.h
- BTUnlockClient.Mac.h
- BTUnlockClient.Mac.mm
- TCPUnlockClient.cpp
- TCPUnlockClient.h
- BTUnlockServer.cpp
- BTUnlockServer.h
- BTUnlockServer.Mac.h
- BTUnlockServer.Mac.mm
- TCPUnlockServer.cpp
- TCPUnlockServer.h
- BaseUnlockConnection.cpp
- BaseUnlockConnection.h
- UDPUnlockBroadcaster.cpp
- UDPUnlockBroadcaster.h
- BaseConnection.cpp
- BaseConnection.h
- Packets.h
- SocketDefs.h
- UDPBroadcaster.cpp
- UDPBroadcaster.h
- KeyScanner.cpp
- KeyScanner.h
- UnlockHandler.cpp
- UnlockHandler.h
- UnlockState.h
- BluetoothHelper.h
- BluetoothHelper.Linux.cpp
- BluetoothHelper.Mac.mm
- BluetoothHelper.Win.cpp
- NetworkHelper.cpp
- NetworkHelper.h
- PlatformHelper.h
- PlatformHelper.Linux.cpp
- PlatformHelper.Mac.cpp
- PlatformHelper.Win.cpp
- Shell.cpp
- Shell.h
- AppSettings.cpp
- AppSettings.h
- LoggingSystem.cpp
- LoggingSystem.h
- PairedDevicesStorage.cpp
- PairedDevicesStorage.h
- PairingMethod.h
- AppInfo.cpp
- AppInfo.h
- CryptUtils.cpp
- CryptUtils.h
- I18n.cpp
- I18n.h
- LocaleHelper.cpp
- LocaleHelper.h
- RegistryUtils.cpp
- RegistryUtils.h
- RestClient.cpp
- RestClient.h
- StringUtils.cpp
- StringUtils.h
- Utils.cpp
- Utils.h
- CMakeLists.txt
- qrcodegen.cpp
- qrcodegen.hpp
- main.cpp
- CMakeLists.txt
- Form.qml
- StepButtons.qml
- StepForm.qml
- LoadingForm.qml
- MainForm.qml
- SettingsForm.qml
- PairingBTPairForm.qml
- PairingBTSelectForm.qml
- PairingMethodForm.qml
- PairingMethodTypeForm.qml
- PairingPasswordForm.qml
- PairingQRForm.qml
- AboutWindow.qml
- LogsWindow.qml
- MainWindow.qml
- resources.qrc
- UnlockTestWindow.qml
- UpdaterWindow.qml
- icon.ico
- icon.png
- icons.icns
- pcbu_auth_policy.pp
- pcbu_auth_policy.te
- licenses.txt
- resources.qrc
- resources_linux_arm64.qrc
- resources_linux_x64.qrc
- resources_mac_arm64.qrc
- resources_win_arm64.qrc
- resources_win_x64.qrc
- PAMHelper.cpp
- PAMHelper.h
- ServiceInstaller.h
- ServiceInstaller.Linux.cpp
- ServiceInstaller.Mac.cpp
- ServiceInstaller.Win.cpp
- WinFirewallHelper.cpp
- WinFirewallHelper.h
- I18nWrapper.cpp
- I18nWrapper.h
- DevicesTableModel.cpp
- DevicesTableModel.h
- NetworkListModel.cpp
- NetworkListModel.h
- UserListModel.cpp
- UserListModel.h
- LogsWindow.cpp
- LogsWindow.h
- MainWindow.cpp
- MainWindow.h
- PairingForm.cpp
- PairingForm.h
- SettingsForm.cpp
- SettingsForm.h
- UnlockTestWindow.cpp
- UnlockTestWindow.h
- UpdaterWindow.cpp
- UpdaterWindow.h
- QRUtils.cpp
- QRUtils.h
- ResourceHelper.cpp
- ResourceHelper.h
- main.cpp
- winres.rc
- CMakeLists.txt
- pam_account.cpp
- pam_auth.cpp
- pam_password.cpp
- pam_session.cpp
- CMakeLists.txt
- install.sh
- main.cpp
- CMakeLists.txt
- install.sh
- pcbu.bmp
- install.bat
- Register.reg
- uninstall.bat
- Unregister.reg
- common.h
- CSampleProvider.cpp
- CSampleProvider.h
- CUnlockCredential.cpp
- CUnlockCredential.h
- CUnlockListener.cpp
- CUnlockListener.h
- Dll.cpp
- Dll.h
- guid.cpp
- guid.h
- helpers.cpp
- helpers.h
- resource.h
- resource.rc
- win-pcbiounlock.def
- CMakeLists.txt
- Test.cpp
- CMakeLists.txt
- docker-build.sh
- Dockerfile_arm64
- Dockerfile_x64
- PCBioUnlock.desktop
- run-app.sh
- Info.plist
- installer.iss
- requireAdmin.manifest
- build-desktop.sh
- .clang-format
- .clang-tidy
- .dockerignore
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/MeisApps/pcbu-desktop
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pcbu-desktop
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
sudo apt install build-essential pkg-config cmake git \
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. CMake
보통사전 준비물
vcpkg install --overlay-triplets=cmake/vcpkg-triplets --triplet x64-windows-static openssl
이 명령어를 터미널에 그대로 입력해 실행하세요.
vcpkg install --overlay-triplets=cmake/vcpkg-triplets --triplet x64-windows-static-md openssl
이 명령어를 터미널에 그대로 입력해 실행하세요.
sudo apt install build-essential pkg-config cmake git \
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
cmake -B build -DCMAKE_BUILD_TYPE=Debug
이 명령어를 터미널에 그대로 입력해 실행하세요.
cmake --build build
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
