Home » Developing U++ » Releasing U++ » External content updates
External content updates [message #48885] |
Sun, 22 October 2017 23:09  |
 |
mirek
Messages: 14257 Registered: November 2005
|
Ultimate Member |
|
|
During the recent release 2017.1 there was a valid suggestion that all external sources should be updated to the recent versions.
As I am now getting ready a new release, I have decided to do so and make it a bit easier for the next time by simply writing some simple doc into uppbox about which steps I had to do to update individual packages. It goes like (excerpt for png):
plugin/png
https://sourceforge.net/projects/libpng/files/libpng12/
download latest .zip
overwrite CHANGES, LICENSE, all *.c (except example.c), *.h
fix problem with zlib.h include:
#ifndef PNG_VERSION_INFO_ONLY
/* Include the compression library's header */
#include <plugin/z/lib/zlib.h>
#endif
current version 1.2.59
Now I believe that I have updated (and written steps) everything that I consider important, but there are some that I have not done yet:
plugin/Eigen
plugin/FT_fontsys
plugin/astyle
plugin/box2d
plugin/glew
plugin/ndisasm
Is there anybody willing to update these (and write down steps how to do that)?
Mirek
[Updated on: Sun, 22 October 2017 23:10] Report message to a moderator
|
|
|
Re: External content updates [message #48889 is a reply to message #48885] |
Mon, 23 October 2017 09:44   |
 |
koldo
Messages: 3435 Registered: August 2008
|
Senior Veteran |
|
|
Hi Mirek
Eigen has been updated to version 3.3.4.
To install it:
http://eigen.tuxfamily.org
download latest .zip
overwrite COPYING.* and README.md
replace Eigen folder without CMakeLists.txt files
replace unsupported folder without CMakeLists.txt files
current version 3.3.4
Best regards
IƱaki
[Updated on: Mon, 23 October 2017 11:41] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Sat May 10 04:43:00 CEST 2025
Total time taken to generate the page: 0.00816 seconds
|