Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Mar 12, 2024
1 parent 9c1e9e8 commit 29dbcca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024-03-05 (9c1e9e8): fix #399 - update macos build instructions, hack nedded no more
2024-02-24 (3ac5c3a): fw refactoring - no functional change
2024-02-23 (ad43d3b): Merge branch 'wakass-main' - Instrustar 205X support #394
2024-02-23 (5531981): small fw update - functional change
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ OpenHantek6022 is a free software for **Hantek DSO6022** USB digital signal osci
compared to the Hantek scopes (see [#69](https://github.com/OpenHantek/OpenHantek6022/issues/69#issuecomment-607341694)).

* Demo mode is provided by the `-d` or `--demoMode` command line option.
* Fully supported operating system: Linux; developed under debian stable (currently *bullseye*) for amd64 architecture.
* Fully supported operating system: Linux; developed under debian stable (currently *bookworm*) for amd64 architecture.
* Raspberry Pi packages (raspbian stable) are available on the [Releases](https://github.com/OpenHantek/OpenHantek6022/releases) page, check this [setup requirement](docs/build.md#raspberrypi).
* Compiles under FreeBSD (packaging / installation: work in progress, thx [tspspi](https://github.com/tspspi)).
* Other operating systems builds: [Windows](docs/images/screenshot_mainwindow_win.png) (mostly untested) & macOS (completely untested).
Expand Down Expand Up @@ -104,7 +104,7 @@ Every commit triggers a workflow on
[GitHub Actions](https://github.com/OpenHantek/OpenHantek6022/actions/workflows/build_check.yml)
that builds and packages OpenHantek6022 for:
* Linux (`*.deb`, `*.rpm`, `*.tar.gz`)
* Windows (`*.zip`)
* Windows (`*_mingw_x64.zip`, `*_msvc_x64.zip`)
* macOS - (`*.dmg`, `*.tar.gz`)

[![GitHub CI](https://github.com/OpenHantek/OpenHantek6022/actions/workflows/build.yml/badge.svg)](https://github.com/OpenHantek/OpenHantek6022/actions/workflows/build.yml)
Expand Down Expand Up @@ -183,6 +183,9 @@ by starting OpenHantek from the command line as follows: `OpenHantek -e` or `Ope

Especially on Windows, this option may be necessary to use the program.

It has been reported that the MINGW binary build on some Windows systems had problems with the graphical display
and led to a black screen without traces. In these cases, the switch to the MSVC binary build can help.

The Raspberry Pi build uses OpenGL ES automatically, check also the [graphics driver setup](docs/build.md#raspberrypi).

### USB Access
Expand Down

0 comments on commit 29dbcca

Please sign in to comment.