Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRock Storm <rockstorm@gmx.com>2016-12-23 11:44:23 +0300
committerRock Storm <rockstorm@gmx.com>2016-12-23 11:52:06 +0300
commitbda6acb5bb8f826939354fc212725542c94a84cd (patch)
tree2cf66193737c3b8ba2cc64464e7f593f9df1bd12 /README.md
parentd36e6910f29040c86a71aa8727bbd28328bb4231 (diff)
README: Add libpython-dev dependency
libpython-dev is needed to build the cython-based g-code parser on Debian/Ubuntu systems. Even though it is recommended by some of the other dependencies it is not installed by default. (Closes: #763)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b470fb9..74d1a9b 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/
You can run Printrun directly from source. Fetch and install the dependencies using
-1. `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil python-cairosvg git`
+1. `sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-numpy cython python-libxml2 python-gobject python-dbus python-psutil python-cairosvg libpython-dev git`
Clone the repository