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

Linux build #2

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

Linux build #2

wants to merge 1 commit into from

Conversation

polygon
Copy link

@polygon polygon commented Nov 2, 2023

Necessary changes to build under Linux. Things I have changed:

  • Ignore build outputs of Linux build in .gitignore
  • Modify build-linux.sh to do a proper build, followed by building the combined static library using the ar tool
  • Modify /bin/bash to /usr/bin/env bash in some places which should improve compatibility on certain Linux systems
  • Use bin2c tool directly instead of Python module which was not available for me

The resulting libonnxruntime-neuralnote.tar.gz can then be used to build the NeuralNote plugin when (currently still manually) extracted into the correct places and built with the Linux based pull request I did in the other project.

sjfricke added a commit to StrangeLoopsAudio/libonnxruntime-basicpitch that referenced this pull request Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant