Skip to content

Commit

Permalink
drop icu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 5, 2019
1 parent 5cb95f9 commit 80d1597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ You need to have docker installed.

Change into the cloned directory and:

- `git submodule init`
- `git submodule update`
- `./configure-static`
- `./build-static`

Expand Down
2 changes: 1 addition & 1 deletion build-static
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

docker run --rm -it -v $(pwd):/app fffaraz/qt:static /bin/bash -c "cd /app/libgit && git submodule init && git submodule update && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF .. && cmake --build . && cd /app && qmake pwa-to-twa.pro && make"
docker run --rm -it -v $(pwd):/app rikudousage/qt-static:16.04 -c "cd /app/libgit && git submodule init && git submodule update && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF .. && cmake --build . && cd /app && qmake pwa-to-twa.pro && make"

0 comments on commit 80d1597

Please sign in to comment.