зеркало из https://github.com/mono/mono-tls.git
ae88b69d01 | ||
---|---|---|
.. | ||
CA | ||
ConsoleTest | ||
DroidTest | ||
Instrumentation | ||
MartinsPlayground.xcworkspace | ||
NativeConsoleTest | ||
NativeOpenSsl | ||
NewStuff | ||
Properties | ||
.gitignore | ||
Makefile.native | ||
MartinsPlayground.csproj | ||
MartinsPlayground.snk | ||
Program.cs | ||
README.Playground |
README.Playground
Martin's Playground =================== Tests, Samples, Random Stuff, ... To build this: * Mono from this branch must be checked out in /Workspace * Download the openssl 1.0.1 sources, configure with $ ./config -t $ ./Configure darwin-i386-cc --prefix=/Workspace/INSTALL -shared $ make $ make install This install a shared-library build of openssl in /Workspace/INSTALL. * Build Mono with --prefix=/Workspace/INSTALL * Make sure you have Xcode installed. * Build the native library with $ make -f Makefile.native * Build MartinPlayground.sln.