Skip to content

Support SMILE format #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ you can get those like this:
sudo apt install libclang-dev clang

To build `rq`, navigate to the source directory.

You will need a build of the V8 JavaScript engine as well. If
your operating system package manager doesn't provide a package,
you can download a build like this:

wget "https://s3-eu-west-1.amazonaws.com/record-query/v8/$TARGET/5.7.441.1/v8-build.tar.gz"
tar -xvf v8-build.tar.gz
export V8_LIBS=$PWD/v8-build/lib/libv8uber.a
export V8_SOURCE=$PWD/v8-build

Now you can run the tests for the project (including JSDoc tests):

cargo test
Expand Down
Loading