OSDN Git Service

[update] : Added zen kernel support.
[alterlinux/alterlinux.git] / Howtobuild_on_docker.md
1
2 ## Japanese
3
4 ### ビルド
5 dockerがインストール済みのLinux環境で行ってください。
6
7 ```bash
8 git clone https://github.com/SereneTeam/alterlinux.git
9 cd alterlinux
10 sudo ./docker-build.sh
11 ```
12 #### ビルドオプションについて
13 DockerfileのCMD欄を書き換えることでオプションが選べます。
14
15
16 ## English
17
18 ### Build
19 Please go in the Linux environment where docker is installed.  
20
21 ```bash
22 git clone https://github.com/SereneTeam/alterlinux.git
23 cd alterlinux
24 sudo ./docker-build.sh
25 ```
26
27 #### About build options
28 Options can be selected by rewriting the CMD column of Dockerfile.