File tree 5 files changed +24
-44
lines changed
5 files changed +24
-44
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ add_subdirectory(docs)
51
51
lcm_option(
52
52
LCM_ENABLE_JAVA
53
53
"Build Java bindings and utilities"
54
- JAVA_FOUND Java 1.6 )
54
+ JAVA_FOUND Java 1.8 )
55
55
if (LCM_ENABLE_JAVA)
56
56
add_subdirectory (lcm-java)
57
57
add_custom_target (lcm-spy DEPENDS lcm-spy-alias)
Original file line number Diff line number Diff line change
1
+ April 19, 2023
2
+ ==============
3
+
4
+ Release 1.5.0
5
+
6
+ This is primarily a bugfix and maintenance release.
7
+
8
+ - General
9
+ - Several bug fixes
10
+ - Fixed general and deprecation warnings on recent versions of Python and Java
11
+ - Build system
12
+ - Updated CMake to fix warnings
13
+ - Docs
14
+ - Now built through Sphinx with a ReadTheDocs theme
15
+ - Automatically updated and deployed via CI/CD
16
+ - Location has moved from https://lcm-proj.github.io/ to https://lcm-proj.github.io/lcm/
17
+ - Windows support
18
+ - Moved from supporting Visual Studio to supporting a MSYS2 MGW64 environment
19
+ - Java
20
+ - Version 1.8 or later is now required
21
+
1
22
August 30, 2018
2
23
==============
3
24
Original file line number Diff line number Diff line change @@ -89,17 +89,8 @@ make install
89
89
90
90
## Windows
91
91
92
- Requirements:
93
- - GLib for Windows ([ http://www.gtk.org ] ( http://www.gtk.org ) ). You'll need the following packages
94
- - GLib (Run-time, dev)
95
- - gettext-runtime (Run-time)
96
-
97
- Building:
98
- 1 . Follow the instructions in WinSpecific/README.txt to setup GLib.
99
- 2 . Use the CMake GUI to configure LCM.
100
- 3 . Open the VS Solution created by CMake and build it.
101
-
102
- LCM is officially supported on Visual Studio 2015.
92
+ LCM is officially supported on MSYS2. There is some residual support for Visual Studio that is
93
+ unmaintained. Please see WinSpecific/README.md for more information on building on Windows.
103
94
104
95
## Other / General
105
96
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments