Skip to content

Commit

Permalink
Merge pull request #167 from avdata99/patch-1
Browse files Browse the repository at this point in the history
Update QSV refs
  • Loading branch information
tino097 authored Sep 20, 2024
2 parents 7c79cb8 + 87256ef commit 4625a11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ Datapusher+ is a drop-in replacement for Datapusher, so it's installed the same
it to the appropriate directory, e.g. for Linux:
```bash
wget https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-gnu.zip
unzip qsv-0.108.0-x86_64-unknown-linux-gnu.zip
rm qsv-0.108.0-x86_64-unknown-linux-gnu.zip
wget https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-gnu.zip
unzip qsv-0.134.0-x86_64-unknown-linux-gnu.zip
rm qsv-0.134.0-x86_64-unknown-linux-gnu.zip
sudo mv qsv* /usr/local/bin
```
Expand Down Expand Up @@ -223,9 +223,9 @@ There are two ways to deploy Datapusher+:
sudo apt install python3-virtualenv python3-dev python3-pip python3-wheel build-essential libxslt1-dev libxml2-dev zlib1g-dev git libffi-dev libpq-dev file
# Install qsv, if required
wget https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-gnu.zip -P /tmp
unzip /tmp/qsv-0.108.0-x86_64-unknown-linux-gnu.zip -d /tmp
rm /tmp/qsv-0.108.0-x86_64-unknown-linux-gnu.zip
wget https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-gnu.zip -P /tmp
unzip /tmp/qsv-0.134.0-x86_64-unknown-linux-gnu.zip -d /tmp
rm /tmp/qsv-0.134.0-x86_64-unknown-linux-gnu.zip
sudo mv /tmp/qsv* /usr/local/bin
# if qsv is already installed, be sure to update it to the latest release
Expand All @@ -235,7 +235,7 @@ There are two ways to deploy Datapusher+:
# you're on an old distro (e.g. Ubuntu 18.04) without the required version of the glibc libraries.
# If so, try running the qsvdp_glibc-2.31 binary instead. If it runs, you can use it instead of the default qsvdp binary.
# If that still doesnt work, use the statically linked MUSL version instead
# https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-musl.zip
# https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-musl.zip
# find out the locale settings
locale
Expand Down

0 comments on commit 4625a11

Please sign in to comment.