Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
813b33f2
Commit
813b33f2
authored
Jan 18, 2012
by
Kliment Yanev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pyglet to requirements
parent
a07d40b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
README.md
README.md
+18
-2
No files found.
README.md
View file @
813b33f2
...
@@ -7,27 +7,38 @@ Printrun consists of printcore, pronsole and pronterface, and a small collection
...
@@ -7,27 +7,38 @@ Printrun consists of printcore, pronsole and pronterface, and a small collection
# INSTALLING DEPENDENCIES
# INSTALLING DEPENDENCIES
## Windows
## Windows
A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/
Download the following, and install in this order:
Download the following, and install in this order:
1.
http://python.org/ftp/python/2.7.2/python-2.7.2.msi
1.
http://python.org/ftp/python/2.7.2/python-2.7.2.msi
2.
http://pypi.python.org/packages/any/p/pyserial/pyserial-2.5.win32.exe
2.
http://pypi.python.org/packages/any/p/pyserial/pyserial-2.5.win32.exe
3.
http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.12.0-py27.exe
3.
http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.12.0-py27.exe
4.
http://launchpad.net/pyreadline/1.7/1.7/+download/pyreadline-1.7.win32.exe
4.
http://launchpad.net/pyreadline/1.7/1.7/+download/pyreadline-1.7.win32.exe
5.
http://pyglet.googlecode.com/files/pyglet-1.1.4.zip
For the last one, you will need to unpack it, open a command terminal,
go into the the directory you unpacked it in and run
`python setup.py install`
## Ubuntu/Debian
## Ubuntu/Debian
`sudo apt-get install python-serial python-wxgtk2.8`
`sudo apt-get install python-serial python-wxgtk2.8
python-pyglet
`
## Fedora 15
## Fedora 15
`sudo yum install pyserial wxpython`
`sudo yum install pyserial wxpython
pyglet
`
## Mac OS X Lion
## Mac OS X Lion
A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/
1.
Ensure that the active Python is the system version. (
`brew uninstall python`
or other appropriate incantations)
1.
Ensure that the active Python is the system version. (
`brew uninstall python`
or other appropriate incantations)
2.
Download an install
[
wxPython2.8-osx-unicode
]
matching to your python version (most likely 2.7 on Lion,
2.
Download an install
[
wxPython2.8-osx-unicode
]
matching to your python version (most likely 2.7 on Lion,
check with: python --version) from: http://wxpython.org/download.php#stable
check with: python --version) from: http://wxpython.org/download.php#stable
Known to work PythonWX: http://superb-sea2.dl.sourceforge.net/project/wxpython/wxPython/2.8.12.1/wxPython2.8-osx-unicode-2.8.12.1-universal-py2.7.dmg
Known to work PythonWX: http://superb-sea2.dl.sourceforge.net/project/wxpython/wxPython/2.8.12.1/wxPython2.8-osx-unicode-2.8.12.1-universal-py2.7.dmg
3.
Download and unpack pyserial from http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz
3.
Download and unpack pyserial from http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz
4.
In a terminal, change to the folder you unzipped to, then type in:
`sudo python setup.py install`
4.
In a terminal, change to the folder you unzipped to, then type in:
`sudo python setup.py install`
5.
Repeat 4. with http://http://pyglet.googlecode.com/files/pyglet-1.1.4.zip
The tools will probably run just fine in 64bit on Lion, you don't need to mess
The tools will probably run just fine in 64bit on Lion, you don't need to mess
with any of the 32bit settings. In case they don't, try
with any of the 32bit settings. In case they don't, try
...
@@ -35,6 +46,9 @@ with any of the 32bit settings. In case they don't, try
...
@@ -35,6 +46,9 @@ with any of the 32bit settings. In case they don't, try
in a terminal before running Pronterface
in a terminal before running Pronterface
## Mac OS X (pre Lion)
## Mac OS X (pre Lion)
A precompiled version is available at http://koti.kapsi.fi/~kliment/printrun/
1.
Download and install http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-unicode-2.8.12.0-universal-py2.6.dmg
1.
Download and install http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-unicode-2.8.12.0-universal-py2.6.dmg
2.
Grab the source for pyserial from http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz
2.
Grab the source for pyserial from http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz
3.
Unzip pyserial to a folder. Then, in a terminal, change to the folder you unzipped to, then type in:
3.
Unzip pyserial to a folder. Then, in a terminal, change to the folder you unzipped to, then type in:
...
@@ -52,6 +66,7 @@ This alternative approach is confirmed to work on Mac OS X 10.6.8.
...
@@ -52,6 +66,7 @@ This alternative approach is confirmed to work on Mac OS X 10.6.8.
`sudo python setup.py install`
`sudo python setup.py install`
Then repeat the same with http://launchpad.net/pyreadline/trunk/1.7/+download/pyreadline-1.7.zip
Then repeat the same with http://launchpad.net/pyreadline/trunk/1.7/+download/pyreadline-1.7.zip
Then repeat the same with http://http://pyglet.googlecode.com/files/pyglet-1.1.4.zip
# USING PRONTERFACE
# USING PRONTERFACE
...
@@ -59,6 +74,7 @@ To use pronterface, you need:
...
@@ -59,6 +74,7 @@ To use pronterface, you need:
*
python (ideally 2.6.x or 2.7.x),
*
python (ideally 2.6.x or 2.7.x),
*
pyserial (or python-serial on ubuntu/debian),
*
pyserial (or python-serial on ubuntu/debian),
*
pyglet
*
pyreadline (not needed on Linux) and
*
pyreadline (not needed on Linux) and
*
wxPython
*
wxPython
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment