GithubHelp home page GithubHelp logo

Comments (6)

timvw avatar timvw commented on August 17, 2024 1

In order to install the desired "release" version you can run (with the version number set correctly)
cargo install --git https://github.com/timvw/qv --tag v0.4.0

Updated the installation instructions.

Thank you for your feedback

from qv.

AlJohri avatar AlJohri commented on August 17, 2024

fwiw, I also tried installing the latest version via the compiled releases and found the GLIBC version to be too high for my system:

cd ~/bin

version=0.4.0
filename=qv-$version-x86_64-unknown-linux-gnu-generic.tar.gz

wget https://github.com/timvw/qv/releases/download/v$version/$filename
tar -zxf $filename
rm $filename
qv --help
qv: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by qv)
qv: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by qv)

from qv.

AlJohri avatar AlJohri commented on August 17, 2024

third time's the charm! after upgrading rustc to the latest version via rustup, I was able to install via: cargo install --git https://github.com/timvw/qv 🎉

(however, qv --version shows 0.2.0 so the version in Cargo.toml may be out of date)

from qv.

timvw avatar timvw commented on August 17, 2024

The version on crates.io is outdated indeed (because we a more recent version of delta). Will bump the version number on the main branch...

from qv.

guilhem-dvr avatar guilhem-dvr commented on August 17, 2024

The version on crates.io is outdated indeed (because we a more recent version of delta). Will bump the version number on the main branch...

Hi, I don't want to open another issue but I noticed the version on crates.io is still 0.1.22.

Would it be possible to push the latest version?

from qv.

timvw avatar timvw commented on August 17, 2024

Publishing binaries crates.io does not work well (eg: restricted to MB or so).

Installing the latest release is still possible as mentionned in the installation instructions

cargo install --git https://github.com/timvw/qv --tag v0.8.1

from qv.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.