removed unneeded instructions

This commit is contained in:
Todor Totev 2020-04-23 21:22:13 +03:00 committed by GitHub
parent 7a8dd755cc
commit de3e416ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,12 +46,7 @@ You need this step because it produces some files which you will need later.
**Note**: Avalonia and CoreRT are huge. Downloading them might take some time. During this period, which happens on the first build, and when CoreRT releases a new version, it will look like nothing happens. Just be patient. **Note**: Avalonia and CoreRT are huge. Downloading them might take some time. During this period, which happens on the first build, and when CoreRT releases a new version, it will look like nothing happens. Just be patient.
We are almost ready - just one more step! CoreRT creates a single executable containing all your *managed* code. However, Avalonia depends on a few unmanaged DLLs. Let's supply them! To do this: We are ready - In your terminal, navigate to `src\bin\Release\net5.0\win-x64\publish`, and start AvaloniaCoreRTDemo.exe - it should work!
1. In your terminal open Explorer - invoke the command `start .`
1. Navigate to `src\bin\x64\Release\net5.0` and copy the entire `runtimes` directory. This directory has been created by the build you performed earlier.
1. Navigate to `src\bin\Release\net5.0\win-x64\publish` and paste it.
1. Double-click AvaloniaCoreRTDemo.exe - it should start!
## Further development ## Further development