Commit 909b36c9 authored by Domen Kožar's avatar Domen Kožar

install zlib libraries

parent 9ecb0941
......@@ -25,6 +25,7 @@ BUILD_DIRS = $(PYTHON_PATH) bin build develop-eggs eggs parts
all: build
$(PYTHON_PATH):
sudo apt-get install zlib1g-dev zlib-bin
@echo "Installing Python"
mkdir -p $(PYTHON_PATH)
cd $(PYTHON_PATH) && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment