Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76dd383

Browse files
ScottHutchinsoncartermp
authored andcommitted
Add instructions for cloning and debugging (#5276)
Add some instructions for getting the latest source code from the master branch.Also add a link to some instructions for how to debug the compiler.
1 parent62068b7 commit76dd383

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

‎DEVGUIDE.md‎

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#Development Guide
22

3+
##Get the Latest F# Compiler Source Code
4+
5+
Get the latest source code from the master branch by running this git command:
6+
7+
git clone https://github.com/Microsoft/visualfsharp.git
8+
9+
Before running the build scripts, ensure that you have cleaned up the visualfsharp repo by running this git command:
10+
11+
git clean -xfd
12+
13+
This will remove any files that are not under version control. This is necessary only if you have already attempted to build the solution or have made other changes that might prevent it from building.
14+
15+
##Installing Dependencies and Building
16+
317
Follow the instructions below to build and develop the F# Compiler, Core Library and tools on Windows, macOS and Linux.
418

519
-[Developing the F# Compiler (Windows)](#developing-the-f-compiler-windows)
@@ -20,10 +34,6 @@ Install
2034

2135
2. The command prompt must have Administrator rights (`Run as Administrator`).
2236

23-
Before running the build scripts, ensure that you have cleaned up the visualfsharp repo by running this git command:
24-
25-
git clean -xfd
26-
2737
On Windows you can build the F# compiler for .NET Framework as follows:
2838

2939
build.cmd
@@ -195,7 +205,11 @@ For **Release**:
195205

196206
vsintegration\update-vsintegration.cmd release
197207

198-
#Notes
208+
##Debugging the F# Compiler
209+
210+
See the "Debugging The Compiler" section of this[article](https://medium.com/@willie.tetlow/f-mentorship-week-1-36f51d3812d4)
211+
212+
##Notes
199213

200214
####Windows: Links to Additional frameworks
201215

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp