mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
...
This commit is contained in:
parent
ae2840247b
commit
b881e8a71d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,8 +15,8 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
install:
|
||||
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
|
||||
- pip install flake8
|
||||
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
|
||||
- unzip glfw-3.2.1.zip
|
||||
- cd glfw-3.2.1
|
||||
- cmake -DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/glfw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue