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

Installation on Raspberry Pi #188

Open
Bubobubobubobubo opened this issue Mar 18, 2023 · 2 comments
Open

Installation on Raspberry Pi #188

Bubobubobubobubo opened this issue Mar 18, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@Bubobubobubobubo
Copy link
Owner

Bubobubobubobubo commented Mar 18, 2023

  • How to install Sardine on a Raspberry Pi or similar device?
  • How to configure it to get decent performances?
  • What model should user consider?
  • Tips and tricks
@Bubobubobubobubo Bubobubobubobubo changed the title Documentation installation on RaspberryPI devices Document installation on RaspberryPI devices Mar 18, 2023
@Bubobubobubobubo Bubobubobubobubo added the documentation Improvements or additions to documentation label Jun 14, 2023
@Rhoumi
Copy link
Contributor

Rhoumi commented Jun 27, 2023

well, let's try that

@Bubobubobubobubo
Copy link
Owner Author

Bubobubobubobubo commented Jun 27, 2023

It works. The installation process is extremely painful. I used Patchbox OS without any graphical environment. I did the following:

  • Installing SuperCollider. In order to run sclang from the command line, I had to set export QT_QPA_PLATFORM=offscreen in my .bashrc.
  • Installing SuperDirt, etc... just like usual. Nothing to say about this.
  • Installing pyenv using curl https://pyenv.run | bash.
  • Add the following to my .bashrc:
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv virtualenv-init -)"
  • pyenv install 3.11.4 && pyenv global 3.11.4
  • Install all the required dependencies to compile Python with all its submodules (list upcoming)
  • grabbing the project using git clone
  • run the installation command
  • pray that you have everything ready
  • Profit?

@Bubobubobubobubo Bubobubobubobubo changed the title Document installation on RaspberryPI devices Installation on Raspberry Pi Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants