Translations:Lokalize/15/fr: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "{{Input|1=svn checkout --depth=files svn+ssh://[email protected]/home/kde/trunk/KDE/kdesdk}} et {{Input|1=cd kdesdk && svn up cmake doc lokalize mkdir build cd build mkd...")
     
    No edit summary
    Line 4: Line 4:
      mkdir build
      mkdir build
      cd build
      cd build
    mkdir $HOME/mykde
      cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
      cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/kde43 -DCMAKE_BUILD_TYPE=RelWithDebInfo
      cd lokalize
      cd lokalize
      make -j2
      make -j2
      make install
      src/lokalize
    }}
    }}

    Revision as of 19:22, 18 June 2012

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Lokalize)
    {{Input|1=git clone <nowiki>[email protected]:lokalize</nowiki>}}
    and
    {{Input|1=cd lokalize
     mkdir build
     cd build
     cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
     make -j2
     ./src/lokalize
    }}
    svn checkout --depth=files svn+ssh://[email protected]/home/kde/trunk/KDE/kdesdk

    et

    cd kdesdk && svn up cmake doc lokalize
     mkdir build
     cd build
     cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
     cd lokalize
     make -j2
     src/lokalize