commit | 8961c8fe9fb8454dd3aa91ec86f6bb9ce9477086 | [log] [tgz] |
---|---|---|
author | James Tucker <raggi@google.com> | Sun Aug 12 18:01:24 2018 -0700 |
committer | James Tucker <raggi@google.com> | Tue Aug 14 22:32:29 2018 +0000 |
tree | 4a3381188d66f9decdeefdb7018cf6808a92c245 | |
parent | c2b1e8ce82f8dd6e3447e4a5075a2874888057f5 [diff] |
[README] Add critical instructions to README .. and point to the canonical docs for more information. Change-Id: I94754b679f37644bc771fb46bb4130664237d34d
After modifying Cargo.toml
, Run fx update-rustc-third-party
You will need a modern OpenSSL and to export either PKG_CONFIG_PATH
or CFLAGS
and LDFLAGS
in order for cargo to find it, before running fx update-rustc-third-party
.
You can install using brew install openssl
and observe brew info openssl
for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md