Skip to content

Instantly share code, notes, and snippets.

@mitkof6
Created September 8, 2020 12:33
Show Gist options
  • Save mitkof6/91d3fc537af2fb1ff39b761d68cc7c67 to your computer and use it in GitHub Desktop.
Save mitkof6/91d3fc537af2fb1ff39b761d68cc7c67 to your computer and use it in GitHub Desktop.
Copy SCONE's missing dynamic libraries
ldd sconestudio.exe | grep "=> /" | grep -v "WINDOWS" | grep -v "SCONE" | awk '{print $3}' | xargs -I '{}' cp -v '{}' .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment