This commit is contained in:
Mizux Seiha
2020-11-26 16:19:31 +01:00
parent d1f987e1ae
commit de0e313db3
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ This project aim to explain how you build a .Net native (for win-x64, linux-x64
* [Building a Complete Google.OrTools Package](#building-complete-googleortools-package)
* [Examples](#examples)
* [Appendices](#appendices)
* [Ressources](#ressources)
* [Resources](#resources)
* [Issues](#issues)
* [Misc](#misc)
@@ -233,7 +233,7 @@ The F# example folder shows how to compile against the typical .NET Framework in
# Appendices
Few links on the subject...
## Related Issues
## Resources
Some issue related to this process
* [Nuget needs to support dependencies specific to target runtime #1660](https://github.com/NuGet/Home/issues/1660)
* [Improve documentation on creating native packages #238](https://github.com/NuGet/docs.microsoft.com-nuget/issues/238)

View File

@@ -16,7 +16,7 @@ and few [POM.xml](http://maven.apache.org/pom.html).
* [Building a Local Package](#building-local-package)
* [Testing the Local Package](#testing-local-package)
* [Appendices](#appendices)
* [Ressources](#ressources)
* [Resources](#resources)
* [Misc](#misc)
## Requirement
@@ -162,7 +162,7 @@ mvn exec:java
Few links on the subject...
### Ressources
### Resources
* [POM.xml reference](http://maven.apache.org/pom.html)
* [Maven Central POM requirement](https://central.sonatype.org/pages/requirements.html)

View File

@@ -13,7 +13,7 @@ This project aim to explain how you build a Python native wheel package using
* [Local Package](#local-package)
* [Building a native Package](#building-local-native-package)
* [Appendices](#appendices)
* [Ressources](#ressources)
* [Resources](#resources)
* [Misc](#misc)
## Requirement
@@ -83,7 +83,7 @@ to study their layout.
Few links on the subject...
### Ressources
### Resources
* [Packaging Python Project](https://packaging.python.org/tutorials/packaging-projects/)
* [PEP 513 -- A Platform Tag for Portable Linux Built Distributions](https://www.python.org/dev/peps/pep-0513/)