

When you're done with your translations, set the language of the translations in Qt Linguist (Edit->Translation File Settings) and put it somewhere where we can access it - e.g. For the German translation, for example, the words "annotation" and "decode trace row" have no suitable equivalents, so we had to make use of translations in spirit ("decoded values" for annotations and "category" for decode trace row), as unfortunate as this is. Sometimes, this is however not possible, and that's okay. We are aware that some terms are unique to sigrok/PulseView and thus hard to translate but please try to preserve the spirit of the word, even if there's no literal translation. ts file in Qt Lingust and go through the translations just like its manual describes. Or, if the language has a regional flavor, additionally with a Alpha-2 ISO code (here for Mexican Spanish): Using Germany (DE) as an example, you'd do All you need is a clone of the PulseView repository (either using our git repo or the github repo), lupdate and Qt Linguist - on Ubuntu, the last two are included in the qttools5-dev and qttools5-dev-tools packages.Īfter obtaining a copy of the repository, look up the ISO 639-1 code for the language you want to translate to and create an untranslated language file. PulseView supports translations and so it would be nice if users like you would contribute translations of the user interface that we can include. To build with clang: CXX=clang++ cmake.To disable -Werror: cmake -DDISABLE_WERROR=y.

To enable decoders: cmake -DENABLE_DECODE=y.To enable unit tests: cmake -DENABLE_TESTS=y.To make a non-stripped debug build cmake -DCMAKE_BUILD_TYPE=Debug.To show compiler arguments during the build: make VERBOSE=1.
DSVIEW SOFTWARE WITH RIGOL SCOPE INSTALL

See also Building#Installing_to_a_non-standard_directory_using_LD_LIBRARY_PATH for more details.
DSVIEW SOFTWARE WITH RIGOL SCOPE HOW TO
There's also a video made by the original author of PulseView on YouTube that explains the basics of logic analyzers in general, how to use them and how they work with PulseView: 001 Sigrok and Logic Analyzers Downloadīinaries, distro packages and source code tarballs are available from Downloads. If you are updating the manual and want to check what your changes look like, you can use "make manual" to build it. Please refer to the PulseView manual for a lot more information. Fast O(log N) signal rendering at all zoom levels.
