You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-16
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ backend and similar code.
8
8
9
9
Installing Protobuf
10
10
-------------------
11
-
C++
12
-
13
11
1. Be sure to have libtool installed.
14
12
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.
15
13
3. Compile protobuf from the protobuf directory:
@@ -21,13 +19,6 @@ C++
21
19
(Please note the ```#```. It indicates the need of superuser, as known as root, priviliges.)
22
20
7. (In case the shared library cannot be loaded, you can try ```sudo ldconfig``` on Linux systems)
23
21
24
-
Python
25
-
26
-
1. Navigate to protobuf-master/python
27
-
2.```# apt-get install python3-setuptools```
28
-
3.```# python3 setup.py build ```
29
-
4.```# python3 setup.py install```
30
-
31
22
Installing Protobuf on Windows
32
23
------------------------------
33
24
C++
@@ -47,13 +38,6 @@ C++
47
38
10.```$ mingw32-make```
48
39
11.```$ mingw32-make install```
49
40
50
-
Python
51
-
(Make sure to use the latest Python-3 version, e.g. Python >= 3.4)
0 commit comments