From 1f019ee00e72db1426ac47f6dc52ba9e5a178b85 Mon Sep 17 00:00:00 2001 From: Daniel Carson Date: Wed, 5 Apr 2023 14:03:05 -0400 Subject: [PATCH] remove outdated python CHANGELOG and README We'll use the main changelog (currently called NEWS) for python updates going forward. The Python README contains outdated information or information that can be covered elsewhere. --- lcm-python/CHANGELOG | 3 --- lcm-python/README | 29 ----------------------------- 2 files changed, 32 deletions(-) delete mode 100644 lcm-python/CHANGELOG delete mode 100644 lcm-python/README 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