Difference between revisions of "User:Ar2rsawseen"

From Gideros Wiki
Jump to: navigation, search
(Created page with "German Christmas Market Cruise and Escorted Land Tour Germany is the place where most of our Christmas traditions were born and includes everything from decorated Christmas ...")
 
(Building Gideros on Windows)
Line 1: Line 1:
German Christmas Market Cruise and Escorted Land Tour
+
Here are some basic steps to build Gideros on Windows
  
 +
In order to build the libgideros.so, install
  
Germany is the place where most of our Christmas traditions were born and includes everything from decorated Christmas trees to nutcrackers. What better way to indulge
+
Android NDK - https://developer.android.com/tools/sdk/ndk/index.html
in the Christmas spirit than to cruise to Germany and visit its spectacular Christmas sights and markets? European Barging offers a German Christmas Market Cruise and
+
scorted land tour, allowing you to enjoy Christmas at its very best. This unique cruise will take you on a 4 night tour of Speyer, Kehl (Strasbourg) and Mainz. You
+
will then experience a 3 night escorted tour of the Christmas markets in Central Germany which includes visits to castles, churches, and Christmas markets in towns
+
such as Weimar, Leipzig, Dresden, Annaberg, and Bamberg. You will then enjoy a 3 night hotel stay in Frankfurt with free time to explore the area at your leisure.  
+
  
There are many reasons people fall in love with this trip! Unlike shopping in busy malls and shopping centers before Christmas like most Americans, a river cruise will
+
Download and extract to c:\android-ndk
provide you with a peaceful and relaxed atmosphere leading up to the holidays. With vivid Christmas decorations, your cruise looks fully immersed in the Christmas
+
flavor- a mesmerizing feeling indeed. And most of all, you get to experience many splendid Christmas markets and amazing places. As your ship heads along the Rhine,
+
you will come across the stunning and picturesque winter landscapes of Germany. Your cruise stops at Speyer- a historic, imperial city situated on the left bank of the
+
Rhine. Here you get a chance to explore Speyer independently and visit the huge Romanesque cathedral and the picturesque Advent market, set in front of the Old Mint.
+
  
 +
The "windows" build scripts use linux commands like mv/rm. To use these commands in windows, Install GNUWin CoreUtils:
  
Adding to your excitement are Choirs and bands providing an entertaining musical program. There are cultural contributions from towns twinned with Speyer, including
+
http://gnuwin32.sourceforge.net/packages/coreutils.htm
traditional arts and crafts and local culinary specialties. In Kehl, your city tour will introduce you to a wonderful combination of the cultures of France and Germany
+
which is the spirit of the city. You will get to see the Strasbourg's Cathedral which is one of the most beautiful buildings in eastern France and encounter countless
+
Christmas stalls selling hand-crafted gifts and tasty, festive delicacies.Mainz is one of Germany's most historic cities. Your walking tour of the city will introduce
+
you to some of the landmark sites such as St Stephen's Church, with its windows by Chagall, St Martin's Cathedral and the University, originally built as a Jesuit
+
college between 1615 and 1618. Mainz's historic market square is the venue for the Advent market, a beautiful display of twinkling lights. You can smell the Christmas
+
spirit in the air with a distinctive aroma- an enchanting cocktail, the essence of roast almonds and mulled wine.Every year, this unique cruise fills up quickly so
+
don�t miss your opportunity!So call us today to book your holiday on this wonderful cruise!
+
  
 +
Then add to your windows PATH the location where they are installed. For me that was C:\Program Files\GnuWin32\bin
  
For more deatils Visit [http://www.europeanbarging.com German Christmas Markets]
+
To build the QT projects (exporter, etc.), install QT
 +
 
 +
Download and run the QT 5.3 ONLINE INSTALLER
 +
 
 +
http://qt-project.org/qt5/qt53
 +
 
 +
Click next and expand Qt5.3 and make sure MinGW is checked.
 +
 
 +
Install to location (C:\Qt\Qt5.3.0)
 +
 
 +
Copy the .bat files from QT5 into the main SCRIPTS folder to run them.
 +
 
 +
After doing the above, You will be able to build all QT executables and the libgideros file.
 +
 
 +
Thanks to [http://giderosmobile.com/forum/discussion/comment/38484#Comment_38484]EricCarr for tutorial

Revision as of 15:07, 16 September 2014

Here are some basic steps to build Gideros on Windows

In order to build the libgideros.so, install

Android NDK - https://developer.android.com/tools/sdk/ndk/index.html

Download and extract to c:\android-ndk

The "windows" build scripts use linux commands like mv/rm. To use these commands in windows, Install GNUWin CoreUtils:

http://gnuwin32.sourceforge.net/packages/coreutils.htm

Then add to your windows PATH the location where they are installed. For me that was C:\Program Files\GnuWin32\bin

To build the QT projects (exporter, etc.), install QT

Download and run the QT 5.3 ONLINE INSTALLER

http://qt-project.org/qt5/qt53

Click next and expand Qt5.3 and make sure MinGW is checked.

Install to location (C:\Qt\Qt5.3.0)

Copy the .bat files from QT5 into the main SCRIPTS folder to run them.

After doing the above, You will be able to build all QT executables and the libgideros file.

Thanks to [1]EricCarr for tutorial