mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Updated instruction [#CLICKHOUSE-3]
This commit is contained in:
parent
387e68b106
commit
9b65c5f6c5
@ -1,9 +1,10 @@
|
||||
# How to build release package of ClickHouse
|
||||
# How to build ClickHouse release package
|
||||
|
||||
## Install Git and pbuilder
|
||||
|
||||
```bash
|
||||
sudo apt-get install git pbuilder
|
||||
sudo apt-get update
|
||||
sudo apt-get install git pbuilder debhelper fakeroot
|
||||
```
|
||||
|
||||
## Checkout ClickHouse sources
|
||||
@ -16,6 +17,7 @@ cd ClickHouse
|
||||
## Run release script
|
||||
|
||||
```bash
|
||||
pbuilder create
|
||||
./release
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user