You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@@ -25,7 +25,7 @@ For Ubuntu 14.04, the following packages should be installed to build the native
|
||||
components
|
||||
|
||||
* git
|
||||
* clang-3.5
|
||||
* clang-3.9
|
||||
* cmake
|
||||
* make
|
||||
* libc6-dev
|
||||
@@ -34,7 +34,7 @@ components
|
||||
* libcurl4-openssl-dev
|
||||
* zlib1g-dev
|
||||
|
||||
`sudo apt-get install git clang-3.5 cmake make libc6-dev libssl-dev libkrb5-dev
|
||||
`sudo apt-get install git clang-3.9 cmake make libc6-dev libssl-dev libkrb5-dev
|
||||
libcurl4-openssl-dev zlib1g-dev`
|
||||
|
||||
#### Managed build
|
||||
@@ -47,7 +47,8 @@ For Ubuntu 14.04, install the following packages:
|
||||
|
||||
`sudo apt-get install libunwind8 libicu52 curl`
|
||||
|
||||
For Ubuntu 16.04 LTS / Bash on Ubuntu on Windows you may need to replace libicu52 with libicu55. Ubuntu 16.10 will require libcu57.
|
||||
For Ubuntu 16.04 LTS / Bash on Ubuntu on Windows you may need to replace libicu52 with libicu55.
|
||||
Ubuntu 16.10 and Ubuntu 17.04 will require libicu57.
|
||||
|
||||
`sudo apt-get install libunwind8 libicu55 curl`
|
||||
|
||||
|
Reference in New Issue
Block a user