Fix marshaling of chars on structs.
[mono.git] / README
diff --git a/README b/README
index d3387c592a20975a3e9a08fc71fe794513b0cc2a..6d1033ac3a5b680c38400ec41b4b3274d570baa2 100644 (file)
--- a/README
+++ b/README
@@ -129,16 +129,16 @@ This is Mono.
        distribution, which contains just enough to run the 'mcs'
        compiler.  You do this with:
 
+               # Run the following line after ./autogen.sh
                make get-monolite-latest
 
        This will download and automatically gunzip and untar the
        tarball, and place the files appropriately so that you can then
        just run:
 
-               make
+               make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
 
-       To ensure that you're using the 'monolite' distribution, you can
-       also try passing EXTERNAL_MCS=false on the make command-line.
+       And that will use the files downloaded by 'make get-monolite-latest.
 
        Testing and Installation
        ------------------------
@@ -413,6 +413,7 @@ This is Mono.
                        optimizations.
 
        --enable-llvm
+       --enable-loadedllvm
 
                This enables the use of LLVM as a code generation engine
                for Mono.  The LLVM code generator and optimizer will be 
@@ -423,7 +424,11 @@ This is Mono.
                full details and up-to-date information on this feature.
 
                You will need to have an LLVM built that Mono can link
-               against
+               against,
+
+               The --enable-loadedllvm variant will make the llvm backend
+               into a runtime-loadable module instead of linking it directly
+               into the main mono binary.
 
        --enable-big-arrays
 
@@ -468,6 +473,15 @@ This is Mono.
                There are a number of runtime options to control this
                also, see the man page.
 
+       --enable-nacl
+
+               This configures the Mono compiler to generate code
+               suitable to be used by Google's Native Client:
+
+                        http://code.google.com/p/nativeclient/
+
+               Currently this is used with Mono's AOT engine as
+               Native Client does not support JIT engines yet.
 
 2. Using Mono
 =============