You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -1,6 +1,6 @@
|
||||
Building CoreFX on FreeBSD, Linux and OS X
|
||||
==========================================
|
||||
##Building
|
||||
## Building
|
||||
|
||||
1. Install the prerequisites ([Linux](#user-content-linux), [macOS](#user-content-macos))
|
||||
2. Clone the corefx repo `git clone https://github.com/dotnet/corefx.git`
|
||||
@@ -72,7 +72,7 @@ but the headers are no longer available since that library version is out of sup
|
||||
Some compilers get upset over new headers being in `/usr/local/include` with the old library being present at
|
||||
`/usr/lib/libcrypto.dylib` (the tools have no issue with the versioned files, e.g. `/usr/lib/libcrypto.0.9.8.dylib`),
|
||||
and so Homebrew does not allow the OpenSSL package to be installed into system default paths. A minimal installation
|
||||
is presented here to facilitiate simplifying runtime requirements and compile-time requirements (for build systems using
|
||||
is presented here to facilitate simplifying runtime requirements and compile-time requirements (for build systems using
|
||||
CMake's `find_package`, like ours):
|
||||
```sh
|
||||
# We need to make the runtime libraries discoverable, as well as make
|
||||
|
||||
Reference in New Issue
Block a user