Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » External content updates
External content updates [message #48885] Sun, 22 October 2017 23:09 Go to next message
mirek is currently offline  mirek
Messages: 13975
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 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3356
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

Re: External content updates [message #48892 is a reply to message #48889] Mon, 23 October 2017 10:25 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Wonderful, thank you!

Mirek
Previous Topic: SVN mirror
Next Topic: Install libgtkglext1-dev in instructions
Goto Forum:
  


Current Time: Fri Apr 19 08:09:35 CEST 2024

Total time taken to generate the page: 0.04300 seconds