diff --git a/.travis.yml b/.travis.yml index e0b0268bb..4aca8e497 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,9 @@ addons: - libfreetype6-dev - libegl1-mesa-dev -env: - global: - - RUSTFLAGS="-C link-dead-code" +#env: +# global: +# - RUSTFLAGS="-C link-dead-code" after_success: | wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && diff --git a/README.md b/README.md index c970d310b..38588f5a2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,11 @@ older linux distributions don't have this! ``` $ sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev \ - libxcb-image0-dev libxcb-keysyms1-dev libharfbuzz-dev \ - libfontconfig1-dev libfreetype6-dev libegl1-mesa-dev + libxcb-keysyms1-dev libfontconfig1-dev libfreetype6-dev libegl1-mesa-dev +$ git clone --depth=1 --branch=master https://github.com/wez/wezterm.git +$ cd wezterm +$ git submodule update --init --recursive +$ cargo build --release ``` ## What?