Build Sepiola on Fedora

From Sepiola Wiki
Jump to: navigation, search

Contents

Install required components

Execute the following commands as root:

yum install subversion
yum install gcc-c++
yum install cmake make
yum install qt qt-devel

Checkout and build

In order to maintain a correct installation sequence, please follow these instructions:

  • Open the terminal as normal user
  • Checkout Sepiola:
     svn checkout https://sepiola.svn.sourceforge.net/svnroot/sepiola/trunk/ sepiola-trunk
  • Cerate build directory:
     mkdir sepiola-trunk/build 
  • Go into the folder build
     cd sepiola-trunk/build 
  • Launches itself in the build folder and look in the lower-level directory for configurations
     cmake .. 
  • Generates the file german.ts and updated the new changes
     make 
  • Start Sepiola
     ./src/sepiola 

Update translations

checkout sepiola as described above

  • start the german.ts file with the Qt4 Linguist Program:
     linguist-qt4 sepiola-trunk/src/i18n/German.ts 


  • After the entry has been translated or changed, the entry will be signed as a translation is available or changed.

Eintrag erledigt.png

  • After the translations are done and the status of store signs is ok, save

Speichern.png


  • rebuilding sepiola using the following command:
     make 

Check in

  • Commit the file "German.ts" and ad a description whats happening
     svn commit German.ts -m "Completet german translation" 

[milos@pc-milos i18n]$ svn commit German.ts -m "Completet german translation"

Anmeldebereich: <https://sepiola.svn.sourceforge.net:443> SourceForge Subversion area

Benutzername: milosmp

Passwort für »milosmp«:

Sende German.ts

Übertrage Daten .

Revision 314 übertragen.

[milos@pc-milos i18n]$

Personal tools
Namespaces

Variants
Actions
Navigation
Wiki
sepiola.org
Toolbox