You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new command line options; fast screenshot; doc update
cmd line options --resetSettings, --verbose:
Reset persistent settings, start with default values
Verbose tracing of the program startup steps (debugging support)
make screenshot/hardcopy with default name (date_time.png) without asking
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
Copy file name to clipboardexpand all lines: README.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
[](https://github.com/OpenHantek/OpenHantek6022/commits/master)
OpenHantek6022 is a free software for **Hantek DSO6022** USB digital signal oscilloscopes that is actively developed on
11
10
[github.com/OpenHantek/OpenHantek6022](https://github.com/OpenHantek/OpenHantek6022) - but only for Hantek 6022BE/BL and compatible scopes (Voltcraft, Darkwire, Protek, Acetech, etc.).
@@ -90,7 +89,7 @@ that builds and packages OpenHantek6022 for:
This status badge here (and on top of this page) show the build status.
92
+
This status badge here (and on top) show the build status.
94
93
95
94
## Building OpenHantek6022 from source
96
95
The preferred way to run OpenHantek is to build it from source on your system,
@@ -108,20 +107,20 @@ To make building for Linux even easier, I provide two shell scripts:
108
107
If you make small changes to the local source code, it is sufficient to call `make -j4` or `fakeroot make -j4 package` in the `build` directory.
109
108
110
109
## Install prebuilt binary packages
111
-
* Download Linux (built on Ubuntu 1804 LTS), Raspberry Pi (Debian stable), FreeBSD (12.1), macOS (Catalina) and Windows (Visual Studio 2019) packages for your convenience from the [Releases](https://github.com/OpenHantek/OpenHantek6022/releases) page.
112
-
* If you want to follow ongoing development, packages built from the last commit are available in the [unstable release](https://github.com/OpenHantek/OpenHantek6022/releases/tag/unstable).
110
+
* Download Linux (built on Ubuntu 1804 LTS), Raspberry Pi (Debian stable), FreeBSD (12.1), macOS (Catalina 10.15) and Windows (Visual Studio 2019) packages for your convenience from the [Releases](https://github.com/OpenHantek/OpenHantek6022/releases) page.
111
+
* If you want to follow ongoing development, packages built from a fairly recent commit are available in the [unstable release](https://github.com/OpenHantek/OpenHantek6022/releases/tag/unstable).
113
112
* For RPi4 see also [issue #28](https://github.com/OpenHantek/OpenHantek6022/issues/28).
114
113
* These binary packages are built on stable operating system versions and require an up-to-date system.
115
114
* As I develop on a *Debian stable* system my preferred (native) package format is `*.deb`.
116
-
The program itself and the `*.deb` package is tested on my local system for completeness and correctness.
117
-
The prebuilt packages are not tested, neither is the installation of the `*.rpm` packages.
115
+
The program itself and the `*.deb` package built on my local system is tested for completeness and correctness.
116
+
The precompiled packages are only randomly tested - if at all - and the installation of the `*.rpm` packages is untested.
118
117
* To install the downloaded `*.deb` package, open a terminal window, go to the package directory and enter the command (as root) `apt install ./openhantek_..._amd64.deb`.
119
118
This command will automatically install all dependencies of the program as well.
120
119
* For installation of `*.rpm` packages follow similar rules, e.g. `dnf install ./openhantek-...-1.x86_64.rpm`.
121
120
* The `*.tar.gz` achives contain the same files as the `*.deb` and `*.rpm` packages for quick testing - do not use for a permanent intallation. Do not report any issues about the `*.tar.gz`!
122
121
* Get macOS packages from [macports](https://www.macports.org/ports.php?by=name&substr=openhantek) - thx [ra1nb0w](https://github.com/ra1nb0w).
123
122
* Get [Fedora rpm packages](https://pkgs.org/download/openhantek) - thx [Vascom](https://github.com/Vascom).
124
-
* Download [(untested) builds from last commit](https://ci.appveyor.com/project/Ho-Ro/openhantek6022). Select the preferred `Image` and go to `Artifacts`.
123
+
* Download [(untested) builds from last commit(s)](https://github.com/OpenHantek/OpenHantek6022/actions/workflows/build_check.yml). Select the preferred `workflow run` and go to `Artifacts`.
125
124
126
125
## Run OpenHantek6022
127
126
On a Linux system start the program via the menu entry *OpenHantek (Digital Storage Oscilloscope)* or from a terminal window as `OpenHantek`.
0 commit comments