Coder Social home page Coder Social logo

Comments (3)

lu-zero avatar lu-zero commented on August 15, 2024

As mentioned in the README.md make or cargo build will generate it.

You may use make install to install it, currently on /usr/local/ is a valid destination target but it will change once we switch to cargo-c to build it.

Example:

$ make install
mkdir -p /usr/local/include/rav1e /usr/local/lib/pkgconfig
cp rav1e.pc /usr/local/lib/pkgconfig
cp target/release/librav1e.a /usr/local/lib
cp target/release/librav1e.dylib /usr/local/lib/librav1e.0.1.0.dylib
ln -sf /usr/local/lib/librav1e.0.1.0.dylib /usr/local/lib/librav1e.dylib
cp include/rav1e.h /usr/local/include/rav1e

from crav1e.

tessus avatar tessus commented on August 15, 2024

Thank you for the reply. I checked the build.rs file and didn't see any static libs - only dylib.
Then in the readme the following did not mention .a either: the library will be in target/<debug or release>/librav1e.<so or dylib>

But yes, I missed that part:

# Build librav1e.a, rav1e.h and rav1e.pc
$ make

My bad and sorry for the noise.

from crav1e.

lu-zero avatar lu-zero commented on August 15, 2024

No problem, I'll update README.md again during this week so it is good to note where to clarify.

from crav1e.

Related Issues (18)

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.