RPI-GPU-rdpClient
Hardware accelerated raspberry pi client for windows PC
File Explorer
Download Latest Version (.zip)- c-cpp.yml
- client.cpp
- CMakeLists.txt
- events.cpp
- mouse.h
- nvCPUOPSys.h
- nvEncodeAPI.h
- NvEncoder.h
- nvFileIO.h
- NvHWEncoder.cpp
- NvHWEncoder.h
- nvUtils.h
- bounded_buffer.h
- Capture.h
- CMakeLists.txt
- color_conversion.cu
- color_conversion.h
- config.h.in
- FFMPEG_encoding.hpp
- FindDirectX.cmake
- fps.h
- GDICapture.h
- monitor.h
- NV_encoding.hpp
- params.h
- server.cpp
- wddm.h
- WDDMCapture.h
- main.cpp
- wddm.h
- win8-wddm.vcxproj.filters
- win8-wddm.sln
- .gitignore
- LICENSE
- README.md
- WindowsCompileGuide.md
# Installation Guide
git clone https://github.com/jean343/RPI-GPU-rdpClient
Downloads the entire project code from GitHub to your computer.
cd RPI-GPU-rdpClient
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install cmake
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install libboost-thread-dev libboost-system-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install libx11-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. CMake
Mediumsudo apt-get install cmake
Installs directly from the APT package repository (Debian/Ubuntu-based).
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
Pulled directly from this repo's README.
4. .NET
Mediumcd win8-wddm
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
