mono-tls/MartinsPlayground
Martin Baulig ae88b69d01 Introduce IClientAndServer and we can move the ConnectionHandlers. 2015-03-03 02:25:42 +01:00
..
CA
ConsoleTest
DroidTest
Instrumentation Introduce IClientAndServer and we can move the ConnectionHandlers. 2015-03-03 02:25:42 +01:00
MartinsPlayground.xcworkspace
NativeConsoleTest
NativeOpenSsl
NewStuff
Properties
.gitignore
Makefile.native
MartinsPlayground.csproj
MartinsPlayground.snk
Program.cs This one can go away. 2015-03-03 01:11:58 +01:00
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.