mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-12 21:12:21 +01:00
Updated Cross Platform Vision (markdown)
parent
ebc68cf530
commit
ccf4c3a933
@ -41,10 +41,23 @@ Possible ways:
|
|||||||
* Ubuntu 18.10
|
* Ubuntu 18.10
|
||||||
* Monodevelop 7.7 (build 1869) -> https://www.monodevelop.com/download/
|
* Monodevelop 7.7 (build 1869) -> https://www.monodevelop.com/download/
|
||||||
|
|
||||||
|
#### build gtk-sharp 2.12
|
||||||
|
|
||||||
|
* Source: https://github.com/mono/gtk-sharp
|
||||||
|
```
|
||||||
|
git checkout https://github.com/mono/gtk-sharp
|
||||||
|
cd gtk-sharp
|
||||||
|
git checkout gtk-sharp-2-12-branch
|
||||||
|
./bootstrap-2.12 --prefix=/opt/mono
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
#### Special Mono Build (sides by side with the installed mono)
|
#### Special Mono Build (sides by side with the installed mono)
|
||||||
* Source: https://github.com/borzel/mono
|
|
||||||
* Instructions: https://www.mono-project.com/docs/compiling-mono/linux/
|
|
||||||
* `PREFIX=/opt/mono` (depends on you)
|
* `PREFIX=/opt/mono` (depends on you)
|
||||||
|
* source: https://github.com/borzel/mono
|
||||||
|
* Instructions: https://www.mono-project.com/docs/compiling-mono/linux/
|
||||||
|
|
||||||
## Worklog
|
## Worklog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user