- add sources.
[platform/framework/web/crosswalk.git] / src / ozone / tools / export-chromium-browser-binary.txt
1 # This file shows a very simple way to create a tarball (tar.gz) with a few
2 # essential files including the Chromium binary, in which a regular user will
3 # be able to play around with Chromium Wayland Browser.
4 #
5 # IMPORTANT: by no means this is a definitive solution for packaging Chromium
6 # Wayland Browser in your distribution. Please refer to this link for more
7 # information:
8 #
9 # https://github.com/01org/ozone-wayland/wiki/Packaging-and-Release-Process
10 #
11 # TODO(vignatti): build a python script and automate the instructions mentioned
12 # below.
13
14 first I've made sure everything inside src/out/Release/ concerns Chromium only,
15 i.e. only chrome target was compiled and nothing else before.
16
17 $ cd src/out/
18
19 $ mkdir chromium-wayland/
20
21 $ rsync -a -v --exclude=content_shell* --exclude=gen --exclude=obj Release/ chromium-wayland/
22
23 $ tar czvf chromium-wayland.tar.gz chromium-wayland/