File: README

package info (click to toggle)
lcm 1.3.1%2Brepack1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,848 kB
  • sloc: ansic: 16,186; java: 6,843; cs: 2,266; cpp: 1,594; python: 989; makefile: 352; xml: 252; sh: 59
file content (46 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Python-LCM

  Python extension module allowing access to the Lightweight Communications and
  Marshaller (LCM) library from Python.
  
  https://github.com/lcm-proj/lcm

BUILD REQUIREMENTS:

  - POSIX system (GNU/Linux, OS X, etc.)
  - GLib 2.x

  Windows notes:
  - only tested with MS Visual Studio 2008 (MSVC 9.0)
  - you should be able to build the LCM C library from Visual Studio.
  - you must set the GLIB_PATH environment variable.
  - The following files need to be discoverable by the dynamic linker:
    intl.dll, libglib-2.0-0.dll, libgthread-2.0-0.dll

INSTALLATION:
  from a command shell:

  # python setup.py install

CONTACT:

  Albert Huang <ashuang@alum.mit.edu>
  David Moore <dcm@acm.org>
  Edwin Olson <eolson@alum.mit.edu>

LICENSE:
    
  Python-LCM is free software; you can redistribute it and/or modify it under
  the terms of the GNU Lesser General Public License as published by the Free
  Software Foundation; either version 3 of the License, or (at your option) any
  later version.
  
  Python-LCM is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
  details.
  
  You should have received a copy of the GNU Lesser General Public License
  along with Python-LCM; if not, write to the Free Software Foundation, Inc.,
  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA