Updated Building (markdown)

Alexander Schulz 2018-04-14 23:05:47 +02:00
parent 358128f5fa
commit 7fd723d012

@ -16,11 +16,13 @@ You should:
### Build dotnet-packages (3rd Party Libraries)
1.) Open cygwin-Konsole
1.) Open cygwin-Konsole and change to root folder of repo
2.) `cd dotnet-packages` (root folder)
cd <path-to-dotnet-packages>
3.) `./build.sh`
3.) Build it
./build.sh
4.) The libraries should now be in `_build\output`
@ -30,7 +32,9 @@ You should:
1.) Copy content of `dotnet-packages\_build\output\dotnet46` to `<path-to-repo>\packages`
2.) (optional branding) Open cygwin-Konsole, execute `<path-to-repo>/branding-xcp-ng/brand-to-xcp-ng.sh`
2.) (optional branding) Open cygwin-Konsole, execute
BUILD_NUBMER=1 <path-to-repo>/branding-xcp-ng/brand-to-xcp-ng.sh
2.) Open `XenAdmin.sln`