X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=manual%2Finstallation.txt;h=f890a565c34aa1fa6da6080c277d4b96fd5c5212;hp=20a8e5e807e361f54b6b04749fa26600a7a079d7;hb=0672b79b535b5044d703515d1ad83bfd03d288bc;hpb=d1af28a730638b5e7cf3902603fafad8758a41d4 diff --git a/manual/installation.txt b/manual/installation.txt index 20a8e5e8..f890a565 100644 --- a/manual/installation.txt +++ b/manual/installation.txt @@ -36,7 +36,7 @@ delete the AppImage. If you also want the stored settings gone, delete ~/.config _[install dependencies https://sigrok.org/wiki/Linux#Building[as listed on the wiki]]_ mkdir ~/sr cd ~/sr -wget 'https://sigrok.org/gitweb/?p=sigrok-util.git;a=blob_plain;f=cross-compile/linux/sigrok-cross-linux' -O sigrok-cross-linux +wget -O sigrok-cross-linux "'https://sigrok.org/gitweb/?p=sigrok-util.git;a=blob_plain;f=cross-compile/linux/sigrok-cross-linux'" chmod u+x sigrok-cross-linux ./sigrok-cross-linux export LD_LIBRARY_PATH=~/sr/lib @@ -58,9 +58,9 @@ Here's how you install them: [listing, subs="normal"] sudo bash cd /etc/udev/rules.d/ -wget 'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/60-libsigrok.rules' -O 60-libsigrok.rules -wget 'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/61-libsigrok-plugdev.rules' -O 61-libsigrok-plugdev.rules -wget 'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/61-libsigrok-uaccess.rules' -O 61-libsigrok-uaccess.rules +wget -O 60-libsigrok.rules "'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/60-libsigrok.rules'" +wget -O 61-libsigrok-plugdev.rules "'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/61-libsigrok-plugdev.rules'" +wget -O 61-libsigrok-uaccess.rules "'https://sigrok.org/gitweb/?p=libsigrok.git;a=blob_plain;f=contrib/61-libsigrok-uaccess.rules'" sudo udevadm control --reload-rules -- @@ -86,6 +86,15 @@ chapter), check with Zadig whether the correct driver is assigned for the device === Mac OS X -(Some Mac user needs to fill this chapter) +We offer DMG installers for PulseView that contain everything you need to get started. Simply download +them from the https://sigrok.org/wiki/Downloads[sigrok download page] and run them. +Please be aware, however, that the DMG installers are built every night, so they always contain +the latest development changes. While we do try to keep the code base in a working state, it is sometimes +unavoidable to introduce bugs that show up in the nightly builds. If you encounter something that is +odd to you, please download and install the latest nightly and check if the issue still exists. If it +does, feel free to https://sigrok.org/bugzilla/[file a bug]. +No system files are changed, so if you decide that you no longer want to use PulseView, simply +delete the DMG file. If you also want the stored settings gone, delete +~/Library/Preferences/pulseview.plist as well.