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

Add requisite dependencies for building crates on Windows #9

Open
12 of 22 tasks
ecstatic-morse opened this issue Jul 17, 2019 · 1 comment
Open
12 of 22 tasks
Labels

Comments

@ecstatic-morse
Copy link
Contributor

ecstatic-morse commented Jul 17, 2019

This is meant to be an ongoing tracking issue. If anyone observes a crate failing to build due to a missing dependency, post it here.

Libraries should be added to vc-packages.txt and will be automatically installed via vcpkg. Executables should be installed via choco-packages.txt.

  • freetype (required by jjjjw.rust_elmish_rocket)
  • pkgconfig (required by curl-sys)
  • libgit2
  • libmysql (mysqlclient required by astaupb.wp_posts_api)
  • libsndfile
  • libusb (required by libusb-sys)
  • opencl (required by ocl)
  • portaudio (required by weresocool-0.1.0)
  • SDL2-image (required by ruscur.phase)
  • python (3, named python.exe) (required by shaderc-sys)
  • clang (required by wepoll-sys-1.0.3)
  • curl
  • cmake (required by shaderc-sys)
  • libsodium
  • libssh2
  • libpq
  • ninja (required by shaderc-sys)
  • openal (required by Tethik.beepr)
  • openssl (required by rust-openssl)
  • portmidi (required by diaschisma.mimi)
  • sdl2 (required by Ade-AWD.Foxxy)
  • sqlite3
@ecstatic-morse ecstatic-morse changed the title Add dependencies for building most crates on Windows Add dependencies for windows Jul 17, 2019
@ecstatic-morse ecstatic-morse changed the title Add dependencies for windows Add dependencies for Windows Jul 17, 2019
@ecstatic-morse
Copy link
Contributor Author

ecstatic-morse commented Jul 17, 2019

I found some candidates by looking at the reverse dependencies of vcpkg.

@ecstatic-morse ecstatic-morse changed the title Add dependencies for Windows Add requisite dependencies for building crates on Windows Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants