wiki:GSoC2013Reports

Version 1 (modified by steve, 11 years ago) ( diff )

--

Google Summer of Code 2013

Project Extend OSGeo4W Installer

Short description
Main goal for this project is develop functionalities in order to ask to the end users by an EULA license for proprietary libraries and building the majority of OSGeo components to x86-64 bits on Windows as well as improve the current OSGeo4W installer. See also here.

Student Name
Steve Ataucuri Cruz

Mentor Name
Frank Warmerdam

Work done in week 17-21 June

1. Work Done :

2. Problem Faced :

  • Definitely yes, some problems with the installation of Installer but are already solved, many times I needed to read a lot before changing a line of the code of setup installer.

3. Work to be done in the next week :

  • Next week I need to prepare the new windows dialog for new version of installer.
  • I will update the wiki of the project to build the new setup.

Work done in week 22-28 June

1. Work Done:

  • The main job done this week was integrated a new window dialog "license" with its class license which will download a license file from somewhere (before the community organize the license terms) ie: "http://download.osgeo.org/osgeo4w/release" of every restrictive package.

2. Problems Faced :

  • It was a little difficult to understand the flow of window dialog and some classes of installer, I am still learning all the process into installer.
  • There was a bit problem with the first compilation of new installer with the new class, but it was resolved, I couldn't implement the download process I need more time but I will do it next week with some extra work.

3. Work to be done in the next week:

  • For two next weeks I will plan something to download a license from a main central repository or individual projects and install into local directory ie: /etc/licenses. I will finish the new license class to automation of every restrictive package like gdal-ecw.

Work done in week 1-5 June

1. Work Done:
This week I have revised many class of oseo4w installer to see how is the processes of download a package of server (download.osgeo.org).

  • I have done a modification of setup.ini file to incorpote a link to license file.
  • I did modifications and was looking for into code where the installer loads the list of package of setup.ini and try to add a field to license

2. Problems Faced :

  • I had a bit problem with the version of compiler , I was using g++ 3.4 with flag -mno-cygwin to build the installer and I tried to use ddd to debug the code, and now my version of cygwin has changed to new compiler is g++ 4.7.3(current version of cygwin) , I tried to come back g++ 3.4 but in the official list of package of cygwin there is not anymore. This compiler has many bugs fixed and it doesn't support -mno-cygwin flag, I couldn't build the setup, and I spent many hours

in order to find a solution

3. Work to be done in the next week:

  • I will implement a class for download process of a license from a main central repository and install into local directory ie: /etc/licenses.

Work done in week 8-12 June

1. Work Done:

2. Problems Faced :

3. Work to be done in the next week:

  • Next week my work will concentrate in scan the setup.ini file which has restrictive packages
Note: See TracWiki for help on using the wiki.