X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=6d1033ac3a5b680c38400ec41b4b3274d570baa2;hb=db4299a19202b33011e8a3e88ae373eed1726ebd;hp=fcf01c3fca52ae5e0d4adc4cddcc784ee5d959dc;hpb=92f60fbffa1187be7dedf6a9286b5c35b2082815;p=mono.git diff --git a/README b/README index fcf01c3fca5..6d1033ac3a5 100644 --- 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 ------------------------ @@ -566,5 +566,3 @@ This is Mono. directory is automatically configured to share the same prefix than this module gets. - -