This repository was archived by the owner on Nov 30, 2022. It is now read-only.

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Building Files from source
2+
3+
1. Install Microsoft Visual Studio 2017 or later and the UWP Development kit.
4+
2. Clone the [repository](https://.com/files-community/files) and open `Files.sln` in VS.
5+
3. Make sure that `Files.Package` is set as the startup item by right-clicking on `Files.Package` in the solution explorer and hitting 'Set as Startup item'.
6+
4. In the architecture pane, select `Files.Package, x64`* as `Debug` which should look like this:
7+
![VS Run config image](../../img/vs_run_cfg.png)
8+
5. You're good to go!
9+
10+
11+
**If x64 doesn't work, use the architecture of your system*
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- Contributing
1212

13+
- [Building Files from source](/articles/building-source.md)
1314
- [Translating Files](/articles/translating-files.md)
1415
- [Building Extensions for Files](/articles/building-extensions.md)
1516
- [Code Style](/articles/code-style.md)
Loading

0 commit comments

Comments
 (0)