File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,13 @@ For more information about the project, see:
1717Build and Test
1818-----
1919
20- .NET Framework :
20+ On Windows :
2121
22- fcs\build.cmd Test.NetFx
22+ .\ fcs\build.cmd Test
2323
24- fcs/build.sh Test.NetFx
24+ On Linux:
2525
26- .NET Core / .NET Standard
27-
28- fcs\build.cmd Test.NetStd
29-
30- fcs/build.sh Test.NetStd
26+ ./fcs/build.sh Test
3127
3228Packages:
3329
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ <h2><a name="Building-and-NuGet" class="anchor" href="#Building-and-NuGet">Build
7676< td class ="snippet "> < pre class ="fssnip "> < code lang ="text "> git clone https://github.com/fsharp/FSharp.Compiler.Service
7777cd FSharp.Compiler.Service
7878</ code > </ pre > </ td > </ tr > </ table >
79- < p > Now follow build everything by running < code > build.cmd</ code > (Windows) or < code > build.sh</ code > (Linux + Mac OS).
79+ < p > Now follow build everything by running < code > .\fcs\ build.cmd</ code > (Windows) or < code > ./fcs/ build.sh</ code > (Linux + Mac OS).
8080The output will be located in the < code > bin</ code > directory. If you also wish to build the documentation
8181and NuGet package, run < code > build Release</ code > (this also attempts to publish the documentation to
8282GitHub, which only works if you have access to the GitHub repository).</ p >
Original file line number Diff line number Diff line change 44 # use .Net
55 cmd fcs/build.cmd $@
66else
7- cd fcs
7+ if [[ " $PWD " != * fcs ]]; then
8+ cd fcs
9+ fi
810
911 # use mono
1012 if [[ ! -e ~ /.config/.mono/certs ]]; then
You can’t perform that action at this time.
0 commit comments