Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
linux install doesnt require separate python install
  • Loading branch information
BagelOrb authored Apr 13, 2017
1 parent cdacd15 commit 8b6bd61
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ backend and similar code.

Installing Protobuf
-------------------
C++

1. Be sure to have libtool installed.
2. Download ```protobuf``` >= 3.0.0 from https://github.com/google/protobuf/releases (download ZIP and unZIP at desired location, or clone the repo). The protocol buffer is used for communication between the CuraEngine and the GUI.
3. Compile protobuf from the protobuf directory:
Expand All @@ -21,13 +19,6 @@ C++
(Please note the ```#```. It indicates the need of superuser, as known as root, priviliges.)
7. (In case the shared library cannot be loaded, you can try ```sudo ldconfig``` on Linux systems)

Python

1. Navigate to protobuf-master/python
2. ```# apt-get install python3-setuptools```
3. ```# python3 setup.py build ```
4. ```# python3 setup.py install```

Installing Protobuf on Windows
------------------------------
C++
Expand All @@ -47,13 +38,6 @@ C++
10. ```$ mingw32-make```
11. ```$ mingw32-make install```

Python
(Make sure to use the latest Python-3 version, e.g. Python >= 3.4)

1. ```$ cd python```
2. ```$ python setup.py build```
3. ```$ python setup.py install```

Building
========

Expand Down

0 comments on commit 8b6bd61

Please sign in to comment.