You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -184,8 +182,7 @@ If a strong-name signed FSharp.Core.dll is needed then use the one in
184
182
vagrant up
185
183
vagrant ssh
186
184
cd /vagrant
187
-
sudo apt-get install dos2unix autoconf
188
-
./autogen.sh --prefix=/usr
185
+
sudo apt-get install mono-complete
189
186
make
190
187
sudo make install
191
188
@@ -295,7 +292,7 @@ accepting contributions to the F# compiler/library and tools.
295
292
296
293
In 2016 the Microsofthttp://visualfsharp.codeplex.com repo moved to GitHub athttps://github.com/Microsoft/visualfsharp.
297
294
298
-
This repository uses bootstrapping libraries, tools and F# compiler. The`lib/bootstrap/X.0` directories contain mono-built libraries, compiler and tools that can be used to bootstrap a build.You can also supply your own via the`--with-bootstrap` option.
295
+
This repository uses bootstrapping libraries, tools and F# compiler. The`lib/bootstrap/X.0` directories contain mono-built libraries, compiler and tools that can be used to bootstrap a build.Y