mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-21 17:11:29 +01:00
Updated Building (markdown)
parent
358128f5fa
commit
7fd723d012
12
Building.md
12
Building.md
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user