Skip to content

Commit ee9a3e6

Browse files
committed
Update README
Added Ubuntu and build status badges to the README.
1 parent 7f7254c commit ee9a3e6

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_AUTOMOC ON)
66
set(CMAKE_AUTORCC ON)
77
set(CMAKE_AUTOUIC ON)
88

9-
# Find Qt5 (adjust Qt6 if needed)
9+
# Find Qt5 (adjust Qt5 if needed)
1010
find_package(Qt5 COMPONENTS Widgets REQUIRED)
1111

1212
# Read version from VERSION file

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04-E95420?logo=ubuntu&logoColor=white) ![Ubuntu Build](https://github.com/djipi/GPUDbug2/actions/workflows/main.yml/badge.svg?label=Ubuntu)
2+
13
# GPUDbug2
24
Atari Jaguar GPU|DSP simulator & debugger
35

@@ -6,10 +8,12 @@ Atari Jaguar GPU|DSP simulator & debugger
68
* MinGW 64-bit
79
* Linux
810

9-
## Project & prerequisites
10-
* Visual Studio 2022 64-bit, Makefile or CMake
11+
## Project
12+
* Visual Studio 2022
13+
* Makefile
14+
* CMake
15+
### prerequisites
1116
* Qt5
12-
* gcc
1317

1418
## Foundation
1519
This project is using the work from https://github.com/42Bastian/gpudbug which is based on the Orion's GPUDBUG.

0 commit comments

Comments
 (0)