Skip to content
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

chore: update contributing docs for installation #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lancesnider
Copy link
Contributor

@lancesnider lancesnider commented Nov 18, 2024

Minor changes to the CONTRIBUTING.md docs:

  • Install Ninja
  • Change rive-runtime branch name from master to main
  • Add troubleshooting for the Python3 error
  • Minor changes to make it more readable

CleanShot 2024-11-18 at 14 54 45@2x

cd wasm/submodules/rive-runtime/
git checkout main

cd ../../../js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I vote that we instead just say:

  • cd into the js dir.
  • cd into wasm/submodules/rive-runtime and run..
    Instead of hardcoding the commands like this.

Or alternatively do:

pushd wasm/submodules/rive-runtime/
....
popd
...
pushd js

brew install python

# Add a symlink
ln -s /usr/local/bin/python3.9 /usr/local/bin/python
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think creating a symlink is the right call, it may interfere with the symlinks brew already makes.

I used to have an alias setup to point python to python3. But I removed that and the scripts are working for me.

@lancesnider can you check to see if it's working for you by simply having python3 installed without creating the symlink or any other preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants