{"id":19732305,"url":"https://github.com/gpuopen-tools/dev_driver_tools","last_synced_at":"2025-04-30T02:32:09.263Z","repository":{"id":109699116,"uuid":"117275315","full_name":"GPUOpen-Tools/dev_driver_tools","owner":"GPUOpen-Tools","description":"Developer Driver Tools components (Radeon Developer Service and Radeon Developer Panel)","archived":false,"fork":false,"pushed_at":"2020-01-08T22:55:37.000Z","size":5468,"stargazers_count":17,"open_issues_count":2,"forks_count":13,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-05T21:51:11.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GPUOpen-Tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T18:34:23.000Z","updated_at":"2024-11-06T04:38:26.000Z","dependencies_parsed_at":"2023-07-29T17:15:17.320Z","dependency_job_id":null,"html_url":"https://github.com/GPUOpen-Tools/dev_driver_tools","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-Tools%2Fdev_driver_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-Tools%2Fdev_driver_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-Tools%2Fdev_driver_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GPUOpen-Tools%2Fdev_driver_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GPUOpen-Tools","download_url":"https://codeload.github.com/GPUOpen-Tools/dev_driver_tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251629201,"owners_count":21618121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T00:25:40.090Z","updated_at":"2025-04-30T02:32:09.241Z","avatar_url":"https://github.com/GPUOpen-Tools.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Radeon Developer Tools\n----------------------\nThe Radeon Developer Tools consist of 2 main components :\n\n* The Radeon Developer Service(RDS) - a component of the developer mode driver to enable developer features.\n* The Radeon Developer Panel(RDP) - the tool that interacts with RDS.\n\nDocumentation\n-------------\nThe documentation for the Developer Driver Tools can be found in each release.In the release.zip file or .tgz file, there will be a \"docs\" directory.Simply open the index.html file in a web browser to view the documentation.The documentation is also available from within the Radeon Developer Panel.\n\nThe documentation is hosted publicly at : http://devdrivertools.readthedocs.io/en/latest/\n\nTo build on Windows (Visual Studio 2017):\n-----------------------------------------\nDownload Qt5.9.6 for Windows (the .exe file) from:\n https://download.qt.io/official_releases/qt/5.9/5.9.6\nand install it to the default location when prompted by the installer.\n\nGet and Install cmake from:\n https://cmake.org/download/\nAny version higher than 3.9.1 should be good enough (the Visual Studio 2017\ngenerator is required)\n\nRun the prebuild.bat file in the build/win folder. This can be done from a DOS\nprompt or by double-clicking on the file. This will create a sub-folder called\n'output' containing the necessary build files.\n\nGo into the 'output' folder (build/win/output) and double click on the VS 2017\n.sln file (DevDriverTools.sln) and build the 64-bit Debug and Release builds.\n\nThe release and debug builds of the Developer Driver Tools are now available\nin the build/win/Release and build/win/Debug folders.\n\n\nTo build on Linux (command line):\n---------------------------------\nDownload Qt5.9.6 for linux (the .run file) from:\n https://download.qt.io/official_releases/qt/5.9/5.9.6\nand install it to the default location when prompted by the installer.\n\nInstall cmake using:\n sudo apt-get update\n sudo apt-get install cmake\n\nInstall chrpath using:\n sudo apt-get install chrpath\n\nInstall git:\n sudo apt-get install git\n\nRun the prebuild.sh script (in the build/linux directory).\n\n$ ./prebuild.sh\n\nThis will construct the output folder and build the necessary makefiles. If you run into errors here,\nother packages may need to be installed:\n - Python may also need to be installed if it is not already installed with the Linux distribution\n - mesa-common-dev may be needed for OpenGL headers needed by the Qt installation\n\nTo build the release build, use:\n\n$ ./build_release.sh\n\nSimilarly, use:\n\n$ ./build_debug.sh\n\nfor the debug build.\n\nThe prebuild.sh script should only need to be used when adding or removing\nsource files.\n\n\nIf a newer version of Qt needs to be used, it can be downloaded from the Qt website.\nGo to https://www.qt.io/download/ and select one of the offline packages for Linux.\nRun this (you may need to add execute permissions (chmod +x \u003cdownloaded file\u003e). This\ninstaller will ask for an install location. Once installed, edit the prebuild script file\nto point to the cmake folder where the new version of Qt is installed. Simply edit the\nline\n        cmake ../../../.. -DCMAKE_BUILD_TYPE=$config\nto\n        cmake ../../../.. -DCMAKE_BUILD_TYPE=$config -DCMAKE_PREFIX_PATH=~/Qt5.9.6/5.9.6/gcc_64/lib/cmake/\n\nFor Qt5.9.6 installed to the current users' root folder in the Qt5.9.6 folder in this example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpuopen-tools%2Fdev_driver_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpuopen-tools%2Fdev_driver_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpuopen-tools%2Fdev_driver_tools/lists"}