diff --git a/lcm-python/CHANGELOG b/lcm-python/CHANGELOG deleted file mode 100644 index aaab2e526..000000000 --- a/lcm-python/CHANGELOG +++ /dev/null @@ -1,3 +0,0 @@ -version 0.1 (Dec 13, 2007) --------------------------- -initial release diff --git a/lcm-python/README b/lcm-python/README deleted file mode 100644 index 852948069..000000000 --- a/lcm-python/README +++ /dev/null @@ -1,29 +0,0 @@ -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 - -INSTALLATION: - from a command shell: - - # python setup.py install - -CONTACT: - - Albert Huang - David Moore - Edwin Olson