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
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: DEVGUIDE.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ and Visual F# Tools then building the solution will be enough.
78
78
The compiler is compiled as a set of .NET 4.0 components using a bootstrap process.
79
79
This uses a Last Known Good (LKG) compiler checked into this repository to build.
80
80
81
-
msbuild src\fsharp-proto-build.proj
81
+
msbuild src/fsharp-proto-build.proj
82
82
83
83
### 2. Building an F# (Debug) library and compiler
84
84
@@ -184,7 +184,7 @@ For **Release**:
184
184
185
185
1. Run ``vsintegration\update-vsintegration.cmd release`` (clobbers the installed F# SDK)
186
186
187
-
### Notes on the build
187
+
### Notes on the .NET Framework build
188
188
189
189
1. The `update.cmd` script adds required strong name validation skips, and NGens the compiler and libraries. This requires admin privileges.
190
190
1. The compiler binaries produced are "private" and strong-named signed with a test key.
@@ -195,6 +195,9 @@ For **Release**:
195
195
- We use the proto compiler to compile the source for `FSharp.Core.dll` in this distribution.
196
196
- We use the proto compiler to compile the source for `FSharp.Compiler.dll`, `fsc.exe`, `fsi.exe`, and other binaries found in this distribution.
197
197
198
+
199
+
200
+
198
201
## Resources
199
202
200
203
The primary technical guide to the core compiler code is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html). Please read and contribute to that guide.
0 commit comments