这是indexloc提供的服务,不要输入任何密码
Skip to content

De4pin/deepin-graphics-driver-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepin Graphics Driver Manager

Build & Install

Build from source

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. # Install to /usr
make # Add -jx for parallel

Install

sudo make install
sudo systemctl daemon-reload # refresh systemd
sudo systemctl enable driver-installer.service # enable installer service
sudo systemctl start driver-installer.service # start installer service

Packages

No packages published

Languages

  • Shell 51.1%
  • C++ 44.4%
  • CMake 4.5%